DocumentLoaderDefault Property |
Gets the default document loader.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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
DocumentLoaderSee Also