AnyUri.Fragment PropertyAnyUri.Fragment PropertyAnyUri::Fragment Property

Gets the fragment specified in this URI.

Syntax

Public ReadOnly Property Fragment As String
        Get
public string Fragment { get; }
public:
property String^ Fragment {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the fragment specified by this URI, or null a null reference (Nothing in Visual Basic) nullptr if the URI does not contain a fragment part.