RoutePattern.RawText 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.
Gets the raw text supplied when parsing the route pattern. May be null.
public:
property System::String ^ RawText { System::String ^ get(); };
public string RawText { get; }
public string? RawText { get; }
member this.RawText : string
Public ReadOnly Property RawText As String