DeployLX Software Protection System

HtmlLocation Enumeration

Defines the possible locations where the HTML from the HtmlBrandedLimit and other ASP.NET limits should be output on the page.

Syntax

Public Enumeration HtmlLocation
public enum HtmlLocation

Members

Top

HTML should be insert to the top of the page.

Bottom

HTML should be insert at the bottom of the page.

Inline

HTML should be insert just after the control. When selected the control will be reparented to a container control that writes the HTML. If the licensed object is not a Control, then the HTML will be output to the end of the page.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also