PartialExtensions.Partial Method
Include Protected Members
Include Inherited Members
Renders the specified partial view as an HTML-encoded string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Partial(HtmlHelper, String) | Renders the specified partial view as an HTML-encoded string. | |
Partial(HtmlHelper, String, Object) | Renders the specified partial view as an HTML-encoded string. | |
Partial(HtmlHelper, String, ViewDataDictionary) | Renders the specified partial view as an HTML-encoded string. | |
Partial(HtmlHelper, String, Object, ViewDataDictionary) | Renders the specified partial view as an HTML-encoded string. |
Top