public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options) { throw new NotImplementedException(); }
public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options) { throw new NotImplementedException(); }
public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options) { throw new NotImplementedException(); }
public static string ValidateRegexp(ServerVariables variable, RegExpOptions options) { throw new NotImplementedException(); }