Click or drag to resize
IFormFileUploadLimitServiceMaxRequestLength Property
Gets the 'maxRequestLength' attribute value in kilobytes from the application's root web.config file. Returns MAX_REQUEST_LENGTH_DEFAULT_VALUE if the value is undefined.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
long MaxRequestLength { get; }

Property Value

Type: Int64
See Also