Enum UrlRestriction

Enum UrlRestriction

Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)

This enum represents restriction applied to URLs of processed resources.

[ComVisible(true)]
public enum UrlRestriction

Fields

None = 2

All resources are processed.

RootAndSubFolders = 0

Only resources located in the root and sub folders are processed.

SameHost = 1

Only resources located in the same host are processed.