UrlParser public class UrlParser Documentation public static string ExternalHrefEncryptionKey { get; } public int AppID { get; } public int ArtifactID { get; } public int ArtifactTypeID { get; } public bool IsVirtualArtifact { get; } public string LocalUriPath { get; } public string Url { get; set; } public NameValueCollection UrlQueryParameters { get; } public UrlParser(string url) public static bool IsEditPage(string pageUrl) public bool GetBooleanValueFromQueryStringByID(string identifier) public string GetValueFromQueryStringByID(string identifier)