Share via


HelperResult.WriteAction Property

Definition

Gets the asynchronous delegate to invoke when WriteTo(TextWriter, HtmlEncoder) is called.

public:
 property Func<System::IO::TextWriter ^, System::Threading::Tasks::Task ^> ^ WriteAction { Func<System::IO::TextWriter ^, System::Threading::Tasks::Task ^> ^ get(); };
public Func<System.IO.TextWriter,System.Threading.Tasks.Task> WriteAction { get; }
member this.WriteAction : Func<System.IO.TextWriter, System.Threading.Tasks.Task>
Public ReadOnly Property WriteAction As Func(Of TextWriter, Task)

Property Value

Applies to