Location.Protocol

Location.Protocol property

Returns the Location object’s URL’s scheme. Can be set, to navigate to the same URL with a changed scheme.

public string Protocol { get; set; }

See Also