ResourceHandlingOptions.ResourceUrlRestriction

ResourceHandlingOptions.ResourceUrlRestriction property

Gets or sets restriction applied to URLs of handled resources such as css, js, images etc. Default value is SameHost.

public UrlRestriction ResourceUrlRestriction { get; set; }

See Also