HelperResult.WriteAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)