UrlHelperExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static class for url helper extension methods.
public ref class UrlHelperExtensions abstract sealed
public static class UrlHelperExtensions
type UrlHelperExtensions = class
Public Module UrlHelperExtensions
- Inheritance
-
UrlHelperExtensions
Methods
Action(IUrlHelper, String, Object) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String, String, Object, String, String, String) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String, String, Object, String, String) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String, String, Object, String) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String, String, Object) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String, String) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper, String) |
Generates a URL with a path for an action method, which contains the specified
|
Action(IUrlHelper) |
Generates a URL with a path for an action method. |
ActionLink(IUrlHelper, String, String, Object, String, String, String) |
Generates an absolute URL for an action method, which contains the specified
|
Page(IUrlHelper, String, Object) |
Generates a URL with a relative path for the specified |
Page(IUrlHelper, String, String, Object, String, String, String) |
Generates a URL with an absolute path for the specified |
Page(IUrlHelper, String, String, Object, String, String) |
Generates a URL with an absolute path for the specified |
Page(IUrlHelper, String, String, Object, String) |
Generates a URL with an absolute path for the specified |
Page(IUrlHelper, String, String, Object) |
Generates a URL with a relative path for the specified |
Page(IUrlHelper, String, String) |
Generates a URL with a relative path for the specified |
Page(IUrlHelper, String) |
Generates a URL with a relative path for the specified |
PageLink(IUrlHelper, String, String, Object, String, String, String) |
Generates an absolute URL for a page, which contains the specified
|
RouteUrl(IUrlHelper, Object) |
Generates a URL with an absolute path for the specified route |
RouteUrl(IUrlHelper, String, Object, String, String, String) |
Generates a URL with an absolute path for the specified route |
RouteUrl(IUrlHelper, String, Object, String, String) |
Generates a URL with an absolute path for the specified route |
RouteUrl(IUrlHelper, String, Object, String) |
Generates a URL with an absolute path for the specified route |
RouteUrl(IUrlHelper, String, Object) |
Generates a URL with an absolute path for the specified |
RouteUrl(IUrlHelper, String) |
Generates a URL with an absolute path for the specified |