LinkExtensions Class
Represents the link extensions.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ActionLink<'TController>(HtmlHelper, Expression<Action<'TController>>, String) | Creates an anchor tag based on the passed in controller type and method. |
![]() ![]() | ActionLink<'TController>(HtmlHelper, Expression<Action<'TController>>, String, Object) | Creates an anchor tag based on the passed in controller type and method. |
![]() ![]() | BuildUrlFromExpression<'TController>(HtmlHelper, Expression<Action<'TController>>) | Builds a URL from the given expression. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

