Click or drag to resize
FileUploaderComponentGetFileUploadParameters Method
Returns parameters to PostFile(Int32, String, String) endpoint for file upload from this form component.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public RouteValueDictionary GetFileUploadParameters()

Return Value

Type: RouteValueDictionary
See Also