Adding page refresh to IPageBase
This commit is contained in:
@@ -3,4 +3,6 @@ namespace SessionZero.Pages;
|
||||
public interface IPageBase
|
||||
{
|
||||
public string PageName { get; set; }
|
||||
|
||||
public void Refresh();
|
||||
}
|
||||
Reference in New Issue
Block a user