Discuss this help topic in SecureBlackbox Forum
Gets the value of the public identifier of the DOCTYPE declaration
Declaration
[VB.NET]
Property PublicID As String
[Pascal]
property PublicID : WideString;
[C++]
void get_PublicID(sb_u16string &OutResult);
void get_PublicID(std::wstring &OutResult);
[PHP]
string get_PublicID()
[Java]
String getPublicID();
Description
Use this property to get the public identifier of the DOCTYPE declaration.
Discuss this help topic in SecureBlackbox Forum