1 write to _endpoint
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
65
_endpoint
= endpoint;
2 references to _endpoint
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (2)
185
_options =
_endpoint
is null ? _options : GetFormOptionsFromMetadata(_options,
_endpoint
);