Invokes a partial request that is stored inside the ViewData

Namespace:  EPiServer.Shell.Web.Routing
Assembly:  EPiServer.Shell (in EPiServer.Shell.dll) Version: 6.2.267.1

Syntax

C#
public static void RenderPartialRequest(
	HtmlHelper html,
	string viewDataKey
)

Parameters

html
Type: HtmlHelper
viewDataKey
Type: System..::.String

See Also