Uri.SchemeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The protocol scheme name.