Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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