C# Класс Glass.Mapper.Sc.Razor.RenderingTypes.PartialRazorRenderingType

Class TypedRazorRenderingType
Наследование: Glass.Mapper.Sc.Razor.RenderingTypes.AbstractCachingRenderingType
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateControl ( string view, string contextName ) : Sitecore.Web.UI.WebControl

Creates the control.

GetControl ( NameValueCollection parameters, bool assert ) : Control

Gets the control.

Описание методов

CreateControl() публичный статический Метод

Creates the control.
public static CreateControl ( string view, string contextName ) : Sitecore.Web.UI.WebControl
view string The view.
contextName string Name of the context.
Результат Sitecore.Web.UI.WebControl

GetControl() публичный Метод

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.
Результат System.Web.UI.Control