IHtmlHelper.GenerateIdFromName(String) Method

Definition

Returns an HTML element Id for the specified expression fullName.

C#
public string GenerateIdFromName (string fullName);

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.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0