2 implementations of Id
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
412
public string
Id
(string expression)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
DefaultEditorTemplatesTest.cs (1)
1530
public string
Id
(string name)
1 reference to Id
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperNameExtensions.cs (1)
34
return htmlHelper.
Id
(expression: null);