ESRI.ArcGIS.ADF.Web.UI.WebControls
InsertLink Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > Editor Class : InsertLink Method




url
The link url
Insert a link at the current selection.

Syntax

Visual Basic (Declaration) 
Public Sub InsertLink( _
   ByVal url As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim url As String
 
instance.InsertLink(url)
C# 
public void InsertLink( 
   string url
)

Parameters

url
The link url

See Also

© 2010 All Rights Reserved.