ServiceLink Constructor (String, String, Uri)
Initializes a new instance of the ServiceLink class.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public ServiceLink(
string text,
string icon,
Uri link
)
public:
ServiceLink(
String^ text,
String^ icon,
Uri^ link
)
Public Sub New (
text As String,
icon As String,
link As Uri
)
Parameters
text
Type: System.StringThe text of the link.
icon
Type: System.StringThe icon that is associated to the link.
link
Type: System.UriThe URL of the link.
See Also
ServiceLink Overload
ServiceLink Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top