HtmlHelper.IdAttributeDotReplacement Property
Gets or sets the character that replaces periods in the ID attribute of an element.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Property IdAttributeDotReplacement As String Get Set 'Usage Dim value As String value = HtmlHelper.IdAttributeDotReplacement HtmlHelper.IdAttributeDotReplacement = value
Property Value
Type: System.StringThe character that replaces periods in the ID attribute of an element.
Show: