SPActionLink Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPActionLink class.
Overload List
Name | Description | |
---|---|---|
SPActionLink(String) | Initializes a new instance of the SPActionLink class based on the specified URL. | |
SPActionLink(SPActionLinkType) | Initializes a new instance of the SPActionLink class based on the specified link type. | |
SPActionLink(SPActionLinkType, String, String) | Initializes a new instance of the SPActionLink class based on the specified link type, URL, and prompt message. |
Top