EditorFileBrowserSettingsBuilder
Defines the fluent API for configuring EditorFileBrowserSettings
Methods
Create(System.String,System.String)
Parameters
actionName - System.String
controllerName - System.String
Create(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Parameters
actionName - System.String
controllerName - System.String
routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary
Create(System.String,System.String,System.Object)
Parameters
actionName - System.String
controllerName - System.String
routeValues - System.Object
Create(System.Action)
Parameters
configurator - System.Action<EditorFileBrowserOperationBuilder>
Destroy(System.String,System.String)
Parameters
actionName - System.String
controllerName - System.String
Destroy(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Parameters
actionName - System.String
controllerName - System.String
routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary
Destroy(System.String,System.String,System.Object)
Parameters
actionName - System.String
controllerName - System.String
routeValues - System.Object
Destroy(System.Action)
Parameters
configurator - System.Action<EditorFileBrowserOperationBuilder>
File(System.String,System.String)
Parameters
actionName - System.String
controllerName - System.String
File(System.String)
Parameters
url - System.String
File(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Parameters
actionName - System.String
controllerName - System.String
routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary
File(System.String,System.String,System.Object)
Parameters
actionName - System.String
controllerName - System.String
routeValues - System.Object
File(System.Action)
Parameters
configurator - System.Action<EditorFileBrowserOperationBuilder>
Read(System.String,System.String)
Parameters
actionName - System.String
controllerName - System.String
Read(System.String,System.String,System.Object)
Parameters
actionName - System.String
controllerName - System.String
routeValues - System.Object
Read(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Parameters
actionName - System.String
controllerName - System.String
routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary
Read(System.Action)
Parameters
configurator - System.Action<EditorFileBrowserOperationBuilder>
Upload(System.String,System.String)
Parameters
actionName - System.String
controllerName - System.String
Upload(System.String,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary)
Parameters
actionName - System.String
controllerName - System.String
routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary
Upload(System.String,System.String,System.Object)
Parameters
actionName - System.String
controllerName - System.String
routeValues - System.Object
Upload(System.Action)
Parameters
configurator - System.Action<EditorFileBrowserOperationBuilder>
FileTypes(System.String)
Defines the allowed file extensions.
Parameters
value - System.String
The value for FileTypes
Path(System.String)
Defines the initial folder to display, relative to the root.
Parameters
value - System.String
The value for Path
Transport(System.Action)
Specifies the settings for loading and saving data.
Parameters
configurator - System.Action<EditorFileBrowserTransportSettingsBuilder>
The configurator for the transport setting.
Schema(System.Action)
Set the object responsible for describing the file raw data format.
Parameters
configurator - System.Action<EditorFileBrowserSchemaSettingsBuilder>
The configurator for the schema setting.
Messages(System.Action)
Defines texts shown within the file browser.
Parameters
configurator - System.Action<EditorFileBrowserMessagesSettingsBuilder>
The configurator for the messages setting.