DocumentLoader.Default Property |
Gets the default document loader.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
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
DocumentLoader
See Also