2 implementations of Count
Microsoft.AspNetCore.Http (1)
FormCollection.cs (1)
84public int Count
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\FormCollectionModelBinder.cs (1)
60public int Count => 0;
2 references to Count
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.cs (1)
288public int Count => _form.Count;
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\JQueryFormValueProviderFactory.cs (1)
56JQueryKeyValuePairNormalizer.GetValues(formCollection, formCollection.Count),