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