ProcessUtilities.OpenUrl Method (Uri)
Opens the specified URL.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public static void OpenUrl(
Uri urlToOpen
)
public:
static void OpenUrl(
Uri^ urlToOpen
)
Public Shared Sub OpenUrl (
urlToOpen As Uri
)
Parameters
urlToOpen
Type: System.UriThe URL to open.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The current application mode does not support opening URLs. |
ArgumentNullException | The specified URL is null or an empty string. |
See Also
ProcessUtilities Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top