Custom attributes for the root HTML tag, used for developing applications that integrate with Facebook and similar purposes.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string HtmlTagCustomAttributes { get; set; }
Visual Basic
Public Shared Property HtmlTagCustomAttributes As String
	Get
	Set
Visual C++
public:
static property String^ HtmlTagCustomAttributes {
	String^ get ();
	void set (String^ value);
}
F#
static member HtmlTagCustomAttributes : string with get, set

Property Value

Type: String

See Also