C# Class Glass.Mapper.Sc.Razor.RenderingTypes.PartialRazorRenderingType

Class TypedRazorRenderingType
Inheritance: Glass.Mapper.Sc.Razor.RenderingTypes.AbstractCachingRenderingType
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
CreateControl ( string view, string contextName ) : Sitecore.Web.UI.WebControl

Creates the control.

GetControl ( NameValueCollection parameters, bool assert ) : Control

Gets the control.

Method Details

CreateControl() public static method

Creates the control.
public static CreateControl ( string view, string contextName ) : Sitecore.Web.UI.WebControl
view string The view.
contextName string Name of the context.
return Sitecore.Web.UI.WebControl

GetControl() public method

Gets the control.
public GetControl ( NameValueCollection parameters, bool assert ) : Control
parameters System.Collections.Specialized.NameValueCollection The parameters.
assert bool if set to true this instance performs asserts.
return System.Web.UI.Control