HTMLScriptElement.Defer

HTMLScriptElement.Defer property

Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.01.

public bool Defer { get; set; }

See Also