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