Click or drag to resize

HostSettingsCustomAttributeLoader Property

Gets or sets the custom attribute loader for ClearScript.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public static CustomAttributeLoader CustomAttributeLoader { get; set; }

Property Value

CustomAttributeLoader
Remarks
When not explicitly assigned to a non-null value, this property returns the default custom attribute loader.
See Also