Class HyperlinkMode
Specifies the mode used for hyperlink schemes validation in reports. Determines how URLs are filtered based on their scheme.
Inheritance
System.Object
HyperlinkMode
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public sealed class HyperlinkMode : Enum
Fields
AllowAll
Allows all hyperlink schemes without restriction. Not recommended for secure environments.
Declaration
public const HyperlinkMode AllowAll
Field Value
| Type | Description |
|---|---|
| HyperlinkMode |
AllowedSchemes
Allows only hyperlinks with schemes explicitly listed in AllowedSchemes.
Declaration
public const HyperlinkMode AllowedSchemes
Field Value
| Type | Description |
|---|---|
| HyperlinkMode |
BlockedSchemes
Allows most hyperlink schemes but blocks known script-based or file-based schemes.
Declaration
public const HyperlinkMode BlockedSchemes
Field Value
| Type | Description |
|---|---|
| HyperlinkMode |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |