ConnectionHelperHasBrowsingCapability Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool HasBrowsingCapability(
string url = "https://www.google.com"
)
Public Shared Function HasBrowsingCapability (
Optional url As String = "https://www.google.com"
) As Boolean
public:
static bool HasBrowsingCapability(
String^ url = L"https://www.google.com"
)
static member HasBrowsingCapability :
?url : string
(* Defaults:
let _url = defaultArg url "https://www.google.com"
*)
-> bool
Parameters
- url (Optional)
- Type: SystemString
Return Value
Type:
Boolean
See Also