Inheritance
UpdateModalModel.MenuItemUpdateViewModel
Assembly: Volo.CmsKit.Admin.Web.dll
public class UpdateModalModel.MenuItemUpdateViewModel : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
Declaration
public MenuItemUpdateViewModel()
Properties
Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Declaration
public string CssClass { get; set; }
Property Value
Declaration
[Required]
public string DisplayName { get; set; }
Property Value
Declaration
public string ElementId { get; set; }
Property Value
Declaration
public string Icon { get; set; }
Property Value
Declaration
public bool IsActive { get; set; }
Property Value
Declaration
public Guid? PageId { get; set; }
Property Value
Declaration
public string? PageTitle { get; set; }
Property Value
Declaration
public string Target { get; set; }
Property Value
Declaration
[Required]
public string Url { get; set; }
Property Value
Implements
Extension Methods