Share via


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

  • icon
    Type: System.String

    The icon that is associated to the link.

See Also

ServiceLink Overload
ServiceLink Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top