Constructor Prompt
Prompt(TView?)
Initializes a new instance of Prompt<TView, TResult> with a specified instance of the View.
public Prompt(TView? wrappedView)
Parameters
wrappedViewTViewThe view to wrap.
Prompt()
Initializes a new instance of Prompt<TView, TResult> with a new instance of the View.
public Prompt()