Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: UrlResolver()

Declaration

public UrlResolver()

Summary

Constructs an empty UrlResolver with no mappings. Use UrlResolver.Add(UrlMapping), UrlResolver.Add(UrlHook, Func<HttpRequest, HttpResponse>, bool) or UrlResolver.AddRange(IEnumerable<UrlMapping>) to add mappings.