[This is preliminary documentation and is subject to change.]

Gets the internal DTD as a string.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public string InternalSubset { get; }
Visual Basic (Declaration)
Public ReadOnly Property InternalSubset As String
Visual C++
public:
property String^ InternalSubset {
	String^ get ();
}

See Also