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