Skip to the content.

PromptPlus API:IPromptControls

Build Publish License NuGet Downloads

Back to List Api

IPromptControls<T>

Namespace: PPlus.Controls

Represents the interface with all Methods/Properties of the control

public interface IPromptControls<T>

Type Parameters

T

Methods

Run(Nullable<CancellationToken>)

Execute this control and return ResultPrompt with type .

ResultPrompt<T> Run(Nullable<CancellationToken> value)

Parameters

value Nullable<CancellationToken>
CancellationToken for control

Returns

ResultPrompt<T>


Back to List Api