New to Telerik Document ProcessingStart a free 30-day trial

Implements the HYPERLINK function, which creates a clickable hyperlink to a document, web page, or email address and displays optional friendly text.

Definition

Constructors

Initializes a new HYPERLINK function instance.

C#
public HyperlinkFunction()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the HYPERLINK function by creating a hyperlink from the address and returning the friendly name or address as display text.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters:contextFunctionEvaluationContext<object>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithArguments.EvaluateOverride(FunctionEvaluationContext<object>)

Properties

Gets the metadata describing the HYPERLINK function's category, description, and argument requirements.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the name of the function as "HYPERLINK".

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name