C# 클래스 Glass.Mapper.Sc.Razor.RenderingTypes.PartialRazorRenderingType

Class TypedRazorRenderingType
상속: Glass.Mapper.Sc.Razor.RenderingTypes.AbstractCachingRenderingType
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
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