Uri.SchemeName Property

Definition

Gets the protocol scheme name component of the Uniform Resource Identifier (URI) as stored in this Uri instance

public:
 property Platform::String ^ SchemeName { Platform::String ^ get(); };
winrt::hstring SchemeName();
public string SchemeName { get; }
var string = uri.schemeName;
Public ReadOnly Property SchemeName As String

Property Value

String

Platform::String

winrt::hstring

The protocol scheme name.

Applies to