IViewUrlManager Methods
Declares methods used to manage URL routing.| Name | Description |
|---|---|
| GetUrl(ViewShortcut, IDictionary<String, String>) | Returns the URL based on the specified ViewShortcut and additional parameters. |
| GetViewShortcut() | Returns the ViewShortcut object based on the current request URL. |
See Also