LinkExtensions Class
Represents the link extensions.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.LinkExtensions
Syntax
public static class LinkExtensions
[ExtensionAttribute]
public ref class LinkExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type LinkExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class LinkExtensions
Methods
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top