Table of Contents

Class ModuleActionsBase.ActionViewModel

Namespace
Oqtane.Themes.Controls
Assembly
Oqtane.Client.dll
public class ModuleActionsBase.ActionViewModel
Inheritance
ModuleActionsBase.ActionViewModel

Properties

Action

public Func<string, PageModule, Task<string>> Action { get; set; }

Property Value

Func<string, PageModule, Task<string>>

Icon

public string Icon { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string