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 | |
---|---|---|
![]() ![]() |
RenderAction<TController>(HtmlHelper, Expression<Action<TController>>) | Invokes the specified action method. |
![]() ![]() |
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
Return to top