Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string UploadFolderUrlPath { get; set; }

Property Value

Type Description
String

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

Implements

DevExpress.Web.Internal.IFileSaveSettings.UploadFolderUrlPath
See Also