Share via


ViewExtensions Class

 

Represents support for MVC view.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ViewExtensions

Syntax

public static class ViewExtensions
[ExtensionAttribute]
public ref class ViewExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ViewExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ViewExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static RenderAction<TController>(HtmlHelper, Expression<Action<TController>>)

Invokes the specified action method.

System_CAPS_pubmethodSystem_CAPS_static RenderRoute(HtmlHelper, RouteValueDictionary)

Invokes the specified route values.

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