HelperResult.WriteAction Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le délégué asynchrone à appeler quand WriteTo(TextWriter, HtmlEncoder) est appelé.
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)