@@ -92,7 +92,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9292
9393
9494 < h1 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute " class ="text-break ">
95- Class DisableQueryStringAttribute < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L17 "> < i class ="bi bi-code-slash "> </ i > </ a >
95+ Class DisableQueryStringAttribute < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L19 "> < i class ="bi bi-code-slash "> </ i > </ a >
9696 </ h1 >
9797
9898 < div class ="facts text-secondary ">
@@ -255,11 +255,10 @@ <h1 id="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute" d
255255
256256
257257 < h2 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute_examples "> Examples</ h2 >
258- < p > [DisableQueryString(JsonApiQueryStringParameters.Sort | JsonApiQueryStringParameters.Page)]
259- public class CustomersController : JsonApiController<Customer> { }</ p >
260-
261- < p > [DisableQueryString("skipCache")]
262- public class CustomersController : JsonApiController<Customer> { }</ p >
258+ < pre > < code class ="lang-csharp "> [DisableQueryString(JsonApiQueryStringParameters.Sort | JsonApiQueryStringParameters.Page)]
259+ public class CustomersController : JsonApiController<Customer> { }</ code > </ pre >
260+ < pre > < code class ="lang-csharp "> [DisableQueryString("skipCache")]
261+ public class CustomersController : JsonApiController<Customer> { }</ code > </ pre >
263262
264263
265264
@@ -272,7 +271,7 @@ <h2 class="section" id="constructors">Constructors
272271
273272 < h3 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute__ctor_JsonApiDotNetCore_QueryStrings_JsonApiQueryStringParameters_ " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute.#ctor(JsonApiDotNetCore.QueryStrings.JsonApiQueryStringParameters) ">
274273 DisableQueryStringAttribute(JsonApiQueryStringParameters)
275- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L28 "> < i class ="bi bi-code-slash "> </ i > </ a >
274+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L30 "> < i class ="bi bi-code-slash "> </ i > </ a >
276275 </ h3 >
277276
278277 < div class ="markdown level1 summary "> < p > Disables one or more of the builtin query parameters for a controller.</ p >
@@ -304,7 +303,7 @@ <h4 class="section">Parameters</h4>
304303
305304 < h3 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute__ctor_System_String_ " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute.#ctor(System.String) ">
306305 DisableQueryStringAttribute(string)
307- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L47 "> < i class ="bi bi-code-slash "> </ i > </ a >
306+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L49 "> < i class ="bi bi-code-slash "> </ i > </ a >
308307 </ h3 >
309308
310309 < div class ="markdown level1 summary "> < p > It is allowed to use a comma-separated list of strings to indicate which query parameters should be disabled, because the user may have defined
@@ -340,7 +339,7 @@ <h2 class="section" id="fields">Fields
340339
341340 < h3 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute_Empty " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute.Empty ">
342341 Empty
343- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L21 "> < i class ="bi bi-code-slash "> </ i > </ a >
342+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L23 "> < i class ="bi bi-code-slash "> </ i > </ a >
344343 </ h3 >
345344
346345 < div class ="markdown level1 summary "> </ div >
@@ -375,7 +374,7 @@ <h2 class="section" id="properties">Properties
375374
376375 < h3 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute_ParameterNames " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute.ParameterNames ">
377376 ParameterNames
378- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L23 "> < i class ="bi bi-code-slash "> </ i > </ a >
377+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L25 "> < i class ="bi bi-code-slash "> </ i > </ a >
379378 </ h3 >
380379
381380 < div class ="markdown level1 summary "> </ div >
@@ -410,7 +409,7 @@ <h2 class="section" id="methods">Methods
410409
411410 < h3 id ="JsonApiDotNetCore_Controllers_Annotations_DisableQueryStringAttribute_ContainsParameter_JsonApiDotNetCore_QueryStrings_JsonApiQueryStringParameters_ " data-uid ="JsonApiDotNetCore.Controllers.Annotations.DisableQueryStringAttribute.ContainsParameter(JsonApiDotNetCore.QueryStrings.JsonApiQueryStringParameters) ">
412411 ContainsParameter(JsonApiQueryStringParameters)
413- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L54 "> < i class ="bi bi-code-slash "> </ i > </ a >
412+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L56 "> < i class ="bi bi-code-slash "> </ i > </ a >
414413 </ h3 >
415414
416415 < div class ="markdown level1 summary "> </ div >
@@ -446,7 +445,7 @@ <h4 class="section">Returns</h4>
446445</ article >
447446
448447 < div class ="contribution d-print-none ">
449- < a href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L17 " class ="edit-link "> Edit this page</ a >
448+ < a href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Controllers/Annotations/DisableQueryStringAttribute.cs/#L19 " class ="edit-link "> Edit this page</ a >
450449 </ div >
451450
452451
0 commit comments