HtmlEditorExtension.SaveUploadedAudio(String, HtmlEditorAudioSelectorSettings) Method
In This Article
Saves an audio file uploaded via a specific HtmlEditor’s Audio Selector dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static void SaveUploadedAudio(
string name,
HtmlEditorAudioSelectorSettings audioSelectorSettings
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the Html |
audio |
Html |
A Html |
See Also