Constable Authorization Engine 2.0 BETA

DesignHelper.ShowUrl Method 

[This is preliminary documentation and subject to change.]

Passes the specified URL to the Windows shell.

[Visual Basic]
Public Shared Function ShowUrl( _
   ByVal url As String _
) As Boolean
[C#]
public static bool ShowUrl(
   string url
);

Parameters

url
The URL.

Return Value

true if the URL was displayed correctly; otherwise false.

Remarks

If an exception is raised inside the method, it is catched and displayed by calling the ShowError method.

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace