Discuss this help topic in SecureBlackbox Forum
Gets the value of the DTD internal subset on the DOCTYPE declaration.
Declaration
[C#]
string InternalSubset;
[VB.NET]
Property InternalSubset As String
[Pascal]
property InternalSubset: WideString;
[C++]
void get_InternalSubset(sb_u16string &OutResult);
void get_InternalSubset(std::wstring &OutResult);
[PHP]
string get_InternalSubset()
[Java]
String getInternalSubset();
Description
Use this property to get the value of the DTD internal subset on the DOCTYPE declaration.
Discuss this help topic in SecureBlackbox Forum