TagHelperOutput.Content Właściwość

Definicja

Pobierz lub ustaw główną zawartość elementu HTML.

public:
 property Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContent ^ Content { Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContent ^ get(); void set(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContent ^ value); };
public Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent Content { get; set; }
member this.Content : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent with get, set
Public Property Content As TagHelperContent

Wartość właściwości

Uwagi

Wartość występuje w końcowych ITagHelperdanych wyjściowych po PreContent i przed PostContent

Dotyczy