C# 클래스 Sitecore.Sharedsource.Web.UI.Sublayouts.SublayoutBase

Base class for sublayouts that accept parameters and expose properties.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
GetParameter ( string name ) : string

Return the value of a parameter passed to the sublayout.

보호된 메소드들

메소드 설명
OnInit ( System e ) : void

Applies properties including data source.

메소드 상세

GetParameter() 공개 메소드

Return the value of a parameter passed to the sublayout.
public GetParameter ( string name ) : string
name string The name of the parameter.
리턴 string

OnInit() 보호된 메소드

Applies properties including data source.
protected OnInit ( System e ) : void
e System Event arguments.
리턴 void