UrlRestriction Enum

UrlRestriction enumeration

This enum represents restriction applied to URLs of processed resources.

public enum UrlRestriction

Values

NameValueDescription
RootAndSubFolders0Only resources located in the root and sub folders are processed.
SameHost1Only resources located in the same host are processed.
None2All resources are processed.

See Also