ViewExtensions Class

 

Represents support for MVC view.

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

System.Object
  Microsoft.Web.Mvc.ViewExtensions

[<AbstractClass>]
[<Sealed>]
type ViewExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRenderAction<'TController>(HtmlHelper, Expression<Action<'TController>>)

Invokes the specified action method.

System_CAPS_pubmethodSystem_CAPS_staticRenderRoute(HtmlHelper, RouteValueDictionary)

Invokes the specified route values.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: