RequestSizeLimitAttribute(Int64) Constructor
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.
Creates a new instance of RequestSizeLimitAttribute.
public:
RequestSizeLimitAttribute(long bytes);
public RequestSizeLimitAttribute (long bytes);
new Microsoft.AspNetCore.Mvc.RequestSizeLimitAttribute : int64 -> Microsoft.AspNetCore.Mvc.RequestSizeLimitAttribute
Public Sub New (bytes As Long)
Parameters
- bytes
- Int64
The request body size limit.