Share via


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
System_CAPS_pubmethodSystem_CAPS_static ActionLink<TController>(HtmlHelper, Expression<Action<TController>>, String)

Creates an anchor tag based on the passed in controller type and method.

System_CAPS_pubmethodSystem_CAPS_static ActionLink<TController>(HtmlHelper, Expression<Action<TController>>, String, Object)

Creates an anchor tag based on the passed in controller type and method.

System_CAPS_pubmethodSystem_CAPS_static 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

Microsoft.Web.Mvc Namespace

Return to top