C-DEngine 5.105

nmiCtrlFacePlate..::..HTMLUrl Property

A url pointing a the HTML5 markup to be inserted

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string HTMLUrl { get; set; }
Public Property HTMLUrl As String
	Get
	Set
public:
property String^ HTMLUrl {
	String^ get ();
	void set (String^ value);
}