Click or drag to resize
FormFileUploadLimitServiceMaxAllowedContentLength Property
Gets the 'maxAllowedContentLength' attribute raw 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#
public virtual long MaxAllowedContentLength { get; }

Property Value

Type: Int64

Implements

IFormFileUploadLimitServiceMaxAllowedContentLength
See Also