Click or drag to resize
IFormFileUploadLimitServiceMaxAllowedContentLength Property
Gets the 'maxAllowedContentLength' attribute value in bytes from the application's root web.config file. Returns MAX_ALLOWED_CONTENT_LENGHT_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 MaxAllowedContentLength { get; }

Property Value

Type: Int64
See Also