C# Class Sitecore.Sharedsource.Web.UI.Sublayouts.SublayoutBase

Base class for sublayouts that accept parameters and expose properties.
Inheritance: System.Web.UI.UserControl
显示文件 Open project: WeTeam/WeBlog

Public Methods

Method Description
GetParameter ( string name ) : string

Return the value of a parameter passed to the sublayout.

Protected Methods

Method Description
OnInit ( System e ) : void

Applies properties including data source.

Method Details

GetParameter() public method

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

OnInit() protected method

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