Click or drag to resize

CompositeControlBaseConvertToLink Method (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 inputString
)

Parameters

inputString
Type: SystemString
the URI string

Return Value

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