TagBuilder.GenerateId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a sanitized ID attribute for the tag by using the specified name.
public void GenerateId (string name);
member this.GenerateId : string -> unit
Public Sub GenerateId (name As String)
Parameters
- name
- String
The name to use to generate an ID attribute.