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
Show file Open project: 51Degrees/dotNET-Device-Detection

Protected Methods

Method 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 method

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

OnPreRender() protected method

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