RazorPageBase.BodyContent Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Textinhalt ab oder legt diese fest.
public:
property Microsoft::AspNetCore::Html::IHtmlContent ^ BodyContent { Microsoft::AspNetCore::Html::IHtmlContent ^ get(); void set(Microsoft::AspNetCore::Html::IHtmlContent ^ value); };
public Microsoft.AspNetCore.Html.IHtmlContent BodyContent { get; set; }
public Microsoft.AspNetCore.Html.IHtmlContent? BodyContent { get; set; }
member this.BodyContent : Microsoft.AspNetCore.Html.IHtmlContent with get, set
Public Property BodyContent As IHtmlContent