System.Html.Navigator.SendBeacon C# (CSharp) Метод

SendBeacon() публичный статический Метод

public static SendBeacon ( string url ) : bool
url string
Результат bool
        public static bool SendBeacon(string url)
        {
            return false;
        }

Same methods

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