Click or drag to resize
KenticoAttachmentsDialogControllerIndex Method
Renders the initial dialog iframe HTML.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Index(
	string allowedExtensions = null
)

Parameters

allowedExtensions (Optional)
Type: SystemString
Semicolon separated list of allowed file extensions.

Return Value

Type: ActionResult
See Also