C# Class 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.
Inheritance: BaseUserControl
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Méthodes protégées

Méthode Description
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.

Method Details

OnLoad() protected méthode

Creates the new literal control and adds it to the user control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Adds html to the control displaying the upgrade message.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void