2 implementations of UrlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
119
public UrlEncoder
UrlEncoder
{ get; }
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1399
public 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)
1401
get { return _innerHelper.
UrlEncoder
; }