UrlResolver Class

UrlResolver class

Represents utility class for resolving absolute URL by a Uniform Resource Identifier (URI).

public class UrlResolver

Constructors

NameDescription
UrlResolver()The default constructor.

Methods

NameDescription
virtual Resolve(string, string)Resolves the absolute URI from the base and relative URIs.

See Also