The UrlManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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.
|
![]() | IsRegistered | Overloaded. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Register | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DefaultManagerID |
The ID identifying the default UrlManager.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.
|