コード例 #1
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: FilterInputServer.cs プロジェクト: exaphaser/cs2php
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }