PartialExtensions Class

 

Represents the functionality to render a partial view as an HTML-encoded string.

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

System::Object
  System.Web.Mvc.Html::PartialExtensions

[ExtensionAttribute]
public ref class PartialExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticPartial(HtmlHelper^, String^)

Renders the specified partial view as an HTML-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticPartial(HtmlHelper^, String^, Object^)

Renders the specified partial view as an HTML-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticPartial(HtmlHelper^, String^, Object^, ViewDataDictionary^)

Renders the specified partial view as an HTML-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticPartial(HtmlHelper^, String^, ViewDataDictionary^)

Renders the specified partial view as an HTML-encoded string.

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: