HtmlHelper.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.
Generate an id.
protected:
virtual System::String ^ GenerateId(System::String ^ expression);
protected virtual string GenerateId (string expression);
abstract member GenerateId : string -> string
override this.GenerateId : string -> string
Protected Overridable Function GenerateId (expression As String) As String
Parameters
- expression
- String
The expresion.
Returns
The id.