TagHelperExecutionContext.ChildContentRetrieved Property

Definition

Indicates if Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(System.Boolean,System.Text.Encodings.Web.HtmlEncoder) has been called.

public:
 property bool ChildContentRetrieved { bool get(); };
public bool ChildContentRetrieved { get; }
member this.ChildContentRetrieved : bool
Public ReadOnly Property ChildContentRetrieved As Boolean

Property Value

Applies to