C# Класс FiftyOne.Foundation.UI.Web.LiteMessage

This class displays simple HTML explaining why any upgraded is needed. The text the control displays can be altered in the resources file. Retailers and affiliates should provide this own values for the RetailerUrl and RetailerName to direct users to their eCommerce web sites. Affiliates should ensure their affiliate ID is included in the URL if using the 51Degrees.mobi eCommerce web site.
Наследование: BaseUserControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void

Creates the new literal control and adds it to the user control.

OnPreRender ( EventArgs e ) : void

Adds html to the control displaying the upgrade message.

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

OnLoad() защищенный Метод

Creates the new literal control and adds it to the user control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

Adds html to the control displaying the upgrade message.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void