@@ -106,7 +106,7 @@ public static HostConfig NewInstance()
106106 Return204NoContentForEmptyResponse = true ,
107107 AllowPartialResponses = true ,
108108 AllowAclUrlReservation = true ,
109- AddParamsToQueryString = false ,
109+ AddRedirectParamsToQueryString = false ,
110110 RedirectToDefaultDocuments = false ,
111111 StripApplicationVirtualPath = false ,
112112 ScanSkipPaths = new List < string > {
@@ -183,7 +183,7 @@ public HostConfig()
183183 this . IgnoreWarningsOnPropertyNames = instance . IgnoreWarningsOnPropertyNames ;
184184 this . FallbackRestPath = instance . FallbackRestPath ;
185185 this . AllowAclUrlReservation = instance . AllowAclUrlReservation ;
186- this . AddParamsToQueryString = instance . AddParamsToQueryString ;
186+ this . AddRedirectParamsToQueryString = instance . AddRedirectParamsToQueryString ;
187187 this . RedirectToDefaultDocuments = instance . RedirectToDefaultDocuments ;
188188 this . StripApplicationVirtualPath = instance . StripApplicationVirtualPath ;
189189 this . ScanSkipPaths = instance . ScanSkipPaths ;
@@ -258,7 +258,7 @@ public RequestAttributes MetadataVisibility
258258 public bool AllowPartialResponses { get ; set ; }
259259 public bool AllowNonHttpOnlyCookies { get ; set ; }
260260 public bool AllowAclUrlReservation { get ; set ; }
261- public bool AddParamsToQueryString { get ; set ; }
261+ public bool AddRedirectParamsToQueryString { get ; set ; }
262262 public bool RedirectToDefaultDocuments { get ; set ; }
263263 public bool StripApplicationVirtualPath { get ; set ; }
264264
0 commit comments