URI.RawFragment 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.
Returns the raw fragment component of this URI.
public string? RawFragment { [Android.Runtime.Register("getRawFragment", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getRawFragment", "()Ljava/lang/String;", "")>]
member this.RawFragment : string
Property Value
The raw fragment component of this URI,
or null
if the fragment is undefined
- Attributes
Remarks
Returns the raw fragment component of this URI.
The fragment component of a URI, if defined, only contains legal URI characters.
Java documentation for java.net.URI.getRawFragment()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.