Enum HyperlinkMode
Specifies the mode used for hyperlink schemes validation in reports. Determines how URLs are filtered based on their scheme.
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public enum HyperlinkMode
Fields
| Name | Description |
|---|---|
| AllowAll | Allows all hyperlink schemes without restriction. Not recommended for secure environments. |
| AllowedSchemes | Allows only hyperlinks with schemes explicitly listed in AllowedSchemes. |
| BlockedSchemes | Allows most hyperlink schemes but blocks known script-based or file-based schemes. |