TagHelperExecutionContext.ChildContentRetrieved 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.
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