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)
Syntaxprotected string ConvertToLink(
string inputUrl,
string inputText
)
Protected Function ConvertToLink (
inputUrl As String,
inputText As String
) As String
Parameters
- inputUrl
- Type: SystemString
the URI String - inputText
- Type: SystemString
The String representing linktext
Return Value
Type:
StringThe
String representing a link element constructed from
inputString.
See Also