SPActionLink Constructor (String)
Initializes a new instance of the SPActionLink class based on the specified URL.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
url As String _
)
'Usage
Dim url As String
Dim instance As New SPActionLink(url)
public SPActionLink(
string url
)
Parameters
url
Type: System.StringA string that contains the URL.