Interface IAction
public interface IAction
- Extension Methods
Properties
DisplayName
页面显示名称
string DisplayName { get; set; }
Property Value
Logo
页面显示图标
string Logo { get; set; }
Property Value
Methods
GetActionResult()
Task<IActionResult> GetActionResult()