PartialExtensions.Partial Method
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.
| 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. |
Show: