1 instantiation of PassThroughHtmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultEditorTemplates.cs (1)
492
public static new PassThroughHtmlEncoder Default { get; } = new
PassThroughHtmlEncoder
();
2 references to PassThroughHtmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (2)
280
label.WriteTo(writer,
PassThroughHtmlEncoder
.Default);
492
public static new
PassThroughHtmlEncoder
Default { get; } = new PassThroughHtmlEncoder();