RazorPageBase.HtmlEncoder 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.
Gets the HtmlEncoder to use when this RazorPage handles non-IHtmlContent C# expressions.
public:
property System::Text::Encodings::Web::HtmlEncoder ^ HtmlEncoder { System::Text::Encodings::Web::HtmlEncoder ^ get(); void set(System::Text::Encodings::Web::HtmlEncoder ^ value); };
[Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInject]
public System.Text.Encodings.Web.HtmlEncoder HtmlEncoder { get; set; }
[<Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInject>]
member this.HtmlEncoder : System.Text.Encodings.Web.HtmlEncoder with get, set
Public Property HtmlEncoder As HtmlEncoder
Property Value
- Attributes
-
Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute