DocumentLoaderDefault Property |
Gets the default document loader.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic static DocumentLoader Default { get; }
Public Shared ReadOnly Property Default As DocumentLoader
Get
public:
static property DocumentLoader^ Default {
DocumentLoader^ get ();
}
static member Default : DocumentLoader with get
Property Value
Type:
DocumentLoader
See Also