HtmlHelper.Name(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 the full HTML element name for the specified expression
. Uses
HtmlFieldPrefix (if non-empty) to reflect relationship between current
Model and the top-level view's model.
public:
virtual System::String ^ Name(System::String ^ expression);
public string Name (string expression);
abstract member Name : string -> string
override this.Name : string -> string
Public Function Name (expression As String) As String
Parameters
- expression
- String
Expression name, relative to the current model.
Returns
A String containing the element name.