adding some views
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
namespace CityInfo.WEB.Components
|
||||
{
|
||||
public enum LinkType
|
||||
{
|
||||
Create,
|
||||
Edit
|
||||
}
|
||||
public partial class PageHeader
|
||||
{
|
||||
[Parameter]
|
||||
@@ -9,6 +14,8 @@ namespace CityInfo.WEB.Components
|
||||
[Parameter]
|
||||
public string NameType { get; set; } = string.Empty;
|
||||
[Parameter]
|
||||
public string Link { get; set; } = string.Empty;
|
||||
public string? Link { get; set; }
|
||||
[Parameter]
|
||||
public LinkType LinkType { get; set; } = LinkType.Create;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user