The UrlManager type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get
Gets the UrlManager with the specified ID, creating it if necessary.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeFrom
Initializes the state of the commands sources registered with this UrlManager from the state encoded in the specified URL.
IsRegisteredOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegisterOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DefaultManagerID
The ID identifying the default UrlManager.

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