net6.0 Ready to test
This commit is contained in:
14
APC Viewer/Models/Stateless/Methods/IIPDSFPage.cs
Normal file
14
APC Viewer/Models/Stateless/Methods/IIPDSFPage.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace APCViewer.Models.Stateless.Methods;
|
||||
|
||||
public interface IIPDSFPage
|
||||
{
|
||||
|
||||
void OnGet(string? directory = null, string? filter = null, bool is_gaN = false, bool is_Si = false);
|
||||
// ContentResult OnGetView(string? id = null);
|
||||
// FileResult OnGetDownloadFile(string? id = null);
|
||||
// ContentResult OnGetViewCustom(string? ipdsf_file = null);
|
||||
// FileResult OnGetDownloadFileCustom(string? ipdsf_file = null);
|
||||
|
||||
static string GetRouteName() => nameof(IIPDSFPage).Replace("Page", string.Empty)[1..];
|
||||
|
||||
}
|
Reference in New Issue
Block a user