Skip to main content
A newer version of this page is available. .

HtmlEditorFileSaveSettings.UploadFolderUrlPath Property

Gets or sets a value that specifies the relative URL path to the upload folder.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string UploadFolderUrlPath { get; set; }

Property Value

Type Description
String

A string value that defines the relative URL path to the upload folder.

See Also