RenderPartialExtensions 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.
Provides support for rendering a partial view.
public static class RenderPartialExtensions
type RenderPartialExtensions = class
Public Module RenderPartialExtensions
- Inheritance
-
RenderPartialExtensions
Methods
RenderPartial(HtmlHelper, String, Object, ViewDataDictionary) |
Renders the specified partial view, replacing the partial view's ViewData property with the specified ViewDataDictionary object and setting the Model property of the view data to the specified model. |
RenderPartial(HtmlHelper, String, Object) |
Renders the specified partial view, passing it a copy of the current ViewDataDictionary object, but with the Model property set to the specified model. |
RenderPartial(HtmlHelper, String, ViewDataDictionary) |
Renders the specified partial view, replacing its ViewData property with the specified ViewDataDictionary object. |
RenderPartial(HtmlHelper, String) |
Renders the specified partial view by using the specified HTML helper. |