HtmlHelper.GenerateIdFromName(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.
Returns an HTML element Id for the specified expression fullName
.
public:
virtual System::String ^ GenerateIdFromName(System::String ^ fullName);
public string GenerateIdFromName (string fullName);
abstract member GenerateIdFromName : string -> string
override this.GenerateIdFromName : string -> string
Public Function GenerateIdFromName (fullName As String) As String
Parameters
- fullName
- String
Fully-qualified expression name, ignoring the current model. Must not be null
. See
Name(String) for more information about a "full name".
Returns
A String containing the element Id.