NullHtmlEncoder.Default Property

Definition

A HtmlEncoder instance that does not encode. Should not be used when writing directly to a response expected to contain valid HTML.

public:
 static property Microsoft::AspNetCore::Razor::TagHelpers::NullHtmlEncoder ^ Default { Microsoft::AspNetCore::Razor::TagHelpers::NullHtmlEncoder ^ get(); };
public static Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder Default { get; }
static member Default : Microsoft.AspNetCore.Razor.TagHelpers.NullHtmlEncoder
Public Shared ReadOnly Property Default As NullHtmlEncoder

Property Value

Applies to