2 implementations of UrlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
119public UrlEncoder UrlEncoder { get; }
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1399public UrlEncoder UrlEncoder
2 references to UrlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\IHtmlHelper.cs (1)
54/// Gets the <see cref="UrlEncoder"/> to be used for encoding a URL.
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1401get { return _innerHelper.UrlEncoder; }