IRequestSizePolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A marker interface for filters which define a policy for maximum size for the request body.
public interface class IRequestSizePolicy : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IRequestSizePolicy : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IRequestSizePolicy = interface
interface IFilterMetadata
Public Interface IRequestSizePolicy
Implements IFilterMetadata
- Implements