9 references to Form
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\BindingSource.cs (1)
199
return bindingSource ==
Form
|| bindingSource == Path || bindingSource == Query;
Microsoft.AspNetCore.Mvc.Core (3)
FromFormAttribute.cs (1)
32
public BindingSource BindingSource => BindingSource.
Form
;
ModelBinding\FormValueProviderFactory.cs (1)
55
BindingSource.
Form
,
ModelBinding\JQueryFormValueProviderFactory.cs (1)
55
BindingSource.
Form
,
Microsoft.AspNetCore.OpenApi (5)
Extensions\ApiDescriptionExtensions.cs (2)
111
apiParameterDescription.Source == BindingSource.
Form
;
121
formParameters = apiDescription.ParameterDescriptions.Where(parameter => parameter.Source == BindingSource.
Form
|| parameter.Source == BindingSource.FormFile);
Extensions\JsonNodeSchemaExtensions.cs (2)
418
|| bindingSource == BindingSource.
Form
424
|| bindingSource == BindingSource.
Form
Services\Schemas\OpenApiSchemaService.cs (1)
309
|| bindingSource == BindingSource.
Form