Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Web.Util.UriUtil Class Reference

Static Package Functions

static bool TrySplitUriForPathEncode (string input, [NotNullWhen(true)] out string schemeAndAuthority, [NotNullWhen(true)] out string path, out string queryAndFragment)
 

Static Private Member Functions

static void ExtractQueryAndFragment (string input, out string path, out string queryAndFragment)
 

Static Private Attributes

static readonly char[] s_queryFragmentSeparators = new char[2] { '?', '#' }
 

Detailed Description

Definition at line 5 of file UriUtil.cs.


The documentation for this class was generated from the following file: