🧱 Mixed page infra
This commit is contained in:
9
DysonNetwork.Shared/PageData/IPageDataProvider.cs
Normal file
9
DysonNetwork.Shared/PageData/IPageDataProvider.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace DysonNetwork.Shared.PageData;
|
||||
|
||||
public interface IPageDataProvider
|
||||
{
|
||||
bool CanHandlePath(PathString path);
|
||||
Task<IDictionary<string, object?>> GetAppDataAsync(HttpContext context);
|
||||
}
|
Reference in New Issue
Block a user