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
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
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