Click or drag to resize

CompositeControlBaseConvertToLink Method (String, String)

Converts the inputString into anchor element.

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected string ConvertToLink(
	string inputUrl,
	string inputText
)

Parameters

inputUrl
Type: SystemString
the URI String
inputText
Type: SystemString
The String representing linktext

Return Value

Type: String
The String representing a link element constructed from inputString.
See Also