System.Html.Navigator.SendBeacon C# (CSharp) Method

SendBeacon() public static method

public static SendBeacon ( string url ) : bool
url string
return bool
        public static bool SendBeacon(string url)
        {
            return false;
        }

Same methods

Navigator::SendBeacon ( string url, TypeOption data ) : bool