Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
System.Web.Mvc.Html
Partial Method
 Partial Method (HtmlHelper, String,...
Collapse All/Expand All Collapse All
.NET Framework Class Library
PartialExtensions..::.Partial Method (HtmlHelper, String, ViewDataDictionary)

Renders the specified partial view as an HTML-encoded string.

Namespace:  System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic
<ExtensionAttribute> _
Public Shared Function Partial ( _
    htmlHelper As HtmlHelper, _
    partialViewName As String, _
    viewData As ViewDataDictionary _
) As MvcHtmlString
C#
public static MvcHtmlString Partial(
    this HtmlHelper htmlHelper,
    string partialViewName,
    ViewDataDictionary viewData
)
Visual C++
[ExtensionAttribute]
public:
static MvcHtmlString^ Partial(
    HtmlHelper^ htmlHelper, 
    String^ partialViewName, 
    ViewDataDictionary^ viewData
)

Parameters

htmlHelper
Type: System.Web.Mvc..::.HtmlHelper
The HTML helper instance that this method extends.
partialViewName
Type: System..::.String
The name of the partial view to render.
viewData
Type: System.Web.Mvc..::.ViewDataDictionary
The view data dictionary for the partial view.

Return Value

Type: System.Web.Mvc..::.MvcHtmlString
The partial view that is rendered as an HTML-encoded string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker