Table of Contents

Class SubmitFormsActionParameters

Namespace
Dynamicweb.CoreUI.Actions.Implementations
Assembly
Dynamicweb.CoreUI.dll
public sealed class SubmitFormsActionParameters : ActionParameters
Inheritance
SubmitFormsActionParameters
Inherited Members
Extension Methods

Properties

CommandToRun

public string CommandToRun { get; set; }

Property Value

string

OnSuccess

public ActionBase? OnSuccess { get; set; }

Property Value

ActionBase
To top