HtmlHelperPartialExtensions 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.
PartialView-related extensions for IHtmlHelper.
public ref class HtmlHelperPartialExtensions abstract sealedpublic static class HtmlHelperPartialExtensionstype HtmlHelperPartialExtensions = classPublic Module HtmlHelperPartialExtensions- Inheritance
- 
				HtmlHelperPartialExtensions
Methods
| Partial(IHtmlHelper, String, Object, ViewDataDictionary) | Returns HTML markup for the specified partial view. | 
| Partial(IHtmlHelper, String, Object) | Returns HTML markup for the specified partial view. | 
| Partial(IHtmlHelper, String, ViewDataDictionary) | Returns HTML markup for the specified partial view. | 
| Partial(IHtmlHelper, String) | Returns HTML markup for the specified partial view. | 
| PartialAsync(IHtmlHelper, String, Object) | Returns HTML markup for the specified partial view. | 
| PartialAsync(IHtmlHelper, String, ViewDataDictionary) | Returns HTML markup for the specified partial view. | 
| PartialAsync(IHtmlHelper, String) | Returns HTML markup for the specified partial view. | 
| RenderPartial(IHtmlHelper, String, Object, ViewDataDictionary) | Renders HTML markup for the specified partial view. | 
| RenderPartial(IHtmlHelper, String, Object) | Renders HTML markup for the specified partial view. | 
| RenderPartial(IHtmlHelper, String, ViewDataDictionary) | Renders HTML markup for the specified partial view. | 
| RenderPartial(IHtmlHelper, String) | Renders HTML markup for the specified partial view. | 
| RenderPartialAsync(IHtmlHelper, String, Object) | Renders HTML markup for the specified partial view. | 
| RenderPartialAsync(IHtmlHelper, String, ViewDataDictionary) | Renders HTML markup for the specified partial view. | 
| RenderPartialAsync(IHtmlHelper, String) | Renders HTML markup for the specified partial view. |