C# Класс Sitecore.Sharedsource.Web.UI.Sublayouts.SublayoutBase

Base class for sublayouts that accept parameters and expose properties.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Метод Описание
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