| TopicToLink Method |
Convert the topic to its <link> element form
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ToLink(
string innerText
)
Public Function ToLink (
innerText As String
) As String
public:
String^ ToLink(
String^ innerText
)
member ToLink :
innerText : string -> string
Parameters
- innerText
- Type: SystemString
Optional inner text
Return Value
Type:
StringThe topic in its
<link> element form
See Also