rewrite number whatever to .net and blazor.
This commit is contained in:
7
Pages/Unsubscribe.cshtml
Normal file
7
Pages/Unsubscribe.cshtml
Normal file
@@ -0,0 +1,7 @@
|
||||
@page
|
||||
@model UnsubscribeModel
|
||||
@{
|
||||
ViewData["Title"] = "Unsubscribe";
|
||||
Layout = null;
|
||||
}
|
||||
@Model.ResultMessage
|
||||
Reference in New Issue
Block a user