This topic has not yet been rated - Rate this topic

PartialExtensions Class

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

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

Namespace:  System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public static class PartialExtensions
  NameDescription
Public methodStatic memberPartial(HtmlHelper, String)Renders the specified partial view as an HTML-encoded string.
Public methodStatic memberPartial(HtmlHelper, String, Object)Renders the specified partial view as an HTML-encoded string.
Public methodStatic memberPartial(HtmlHelper, String, ViewDataDictionary)Renders the specified partial view as an HTML-encoded string.
Public methodStatic memberPartial(HtmlHelper, String, Object, ViewDataDictionary)Renders the specified partial view as an HTML-encoded string.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.