PartialExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the functionality to render a partial view as an HTML-encoded string.
public static class PartialExtensions
type PartialExtensions = class
Public Module PartialExtensions
- Inheritance
-
PartialExtensions
Methods
Partial(HtmlHelper, String, Object, ViewDataDictionary) |
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) |
Renders the specified partial view as an HTML-encoded string. |