Utilities.IsValidOnlineHost(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks at the URL provided and determines if the URL is a valid online URI
public:
static bool IsValidOnlineHost(Uri ^ hostUri);
public static bool IsValidOnlineHost (Uri hostUri);
static member IsValidOnlineHost : Uri -> bool
Public Shared Function IsValidOnlineHost (hostUri As Uri) As Boolean
Parameters
- hostUri
- Uri
URI to examine
Returns
Returns true
if the URI is recognized as online, or false if not.