HtmlDirectoryFormatter(HtmlEncoder) Constructor
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.
Constructs the HtmlDirectoryFormatter.
public:
HtmlDirectoryFormatter(System::Text::Encodings::Web::HtmlEncoder ^ encoder);
public HtmlDirectoryFormatter (System.Text.Encodings.Web.HtmlEncoder encoder);
new Microsoft.AspNetCore.StaticFiles.HtmlDirectoryFormatter : System.Text.Encodings.Web.HtmlEncoder -> Microsoft.AspNetCore.StaticFiles.HtmlDirectoryFormatter
Public Sub New (encoder As HtmlEncoder)
Parameters
- encoder
- HtmlEncoder
The character encoding representation to use.