HtmlHelper.GenerateIdFromName(String) Method

Definition

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.

Implements

Applies to