HtmlContentViewComponentResult.EncodedContent Property

Definition

Gets the encoded content.

public:
 property Microsoft::AspNetCore::Html::IHtmlContent ^ EncodedContent { Microsoft::AspNetCore::Html::IHtmlContent ^ get(); };
public Microsoft.AspNetCore.Html.IHtmlContent EncodedContent { get; }
member this.EncodedContent : Microsoft.AspNetCore.Html.IHtmlContent
Public ReadOnly Property EncodedContent As IHtmlContent

Property Value

Applies to