Class IndexModel
Inheritance
System.Object
IndexModel
Assembly: Volo.Abp.VirtualFileExplorer.Web.dll
Syntax
public class IndexModel : VirtualFileExplorerPageModel
Constructors
IndexModel(IVirtualFileProvider)
Declaration
public IndexModel(IVirtualFileProvider virtualFileProvider)
Parameters
| Type |
Name |
Description |
| IVirtualFileProvider |
virtualFileProvider |
|
Properties
CurrentPage
Declaration
[BindProperty(SupportsGet = true)]
public int CurrentPage { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
FileInfoList
Declaration
public List<FileInfoViewModel> FileInfoList { get; set; }
Property Value
Declaration
public PagerModel PagerModel { get; set; }
Property Value
| Type |
Description |
| PagerModel |
|
PageSize
Declaration
[BindProperty(SupportsGet = true)]
public int PageSize { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Path
Declaration
[BindProperty(SupportsGet = true)]
public string Path { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PathNavigation
Declaration
public string PathNavigation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
VirtualFileProvider
Declaration
protected IVirtualFileProvider VirtualFileProvider { get; }
Property Value
| Type |
Description |
| IVirtualFileProvider |
|
Methods
OnGet()
Declaration
public virtual IActionResult OnGet()
Returns
| Type |
Description |
| Microsoft.AspNetCore.Mvc.IActionResult |
|
Extension Methods