The UrlManager type exposes the following members.

Properties

  NameDescription
BaseUrl
Gets or sets a string representing the base URL for URLs that are constructed by this UrlManager. This may be an application-relative path (i.e. the URL may begin with '~/').
Default
Gets the default UrlManager.
ID
Gets the ID that identifies this UrlManager.
Parameters
Gets a collection of additional parameter values that should be included in URLs that are constructed by this UrlManager.
UrlProvider
Gets or sets the UrlProvider that is used by this builder to construct URLs from the state of one or more commands
Urls
Gets a UrlBuilder that can be used to construct URLs representing the state of the commands and data sources that have been registered with this manager.

See Also