System.Html.NavigatorInstance.SendBeacon C# (CSharp) Méthode

SendBeacon() public méthode

public SendBeacon ( string url, TypeOption data ) : bool
url string
data TypeOption
Résultat bool
        public bool SendBeacon(string url, TypeOption<ArrayBufferView, Blob, string, FormData> data)
        {
            return false;
        }

Same methods

NavigatorInstance::SendBeacon ( string url ) : bool