ModelNames.CreateIndexModelName Method
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.
CreateIndexModelName(String, Int32) |
Create an index model name from the parent name. |
CreateIndexModelName(String, String) |
Create an index model name from the parent name. |
- Source:
- ModelNames.cs
- Source:
- ModelNames.cs
- Source:
- ModelNames.cs
Create an index model name from the parent name.
public:
static System::String ^ CreateIndexModelName(System::String ^ parentName, int index);
C#
public static string CreateIndexModelName (string parentName, int index);
static member CreateIndexModelName : string * int -> string
Public Shared Function CreateIndexModelName (parentName As String, index As Integer) As String
Parameters
- parentName
- String
The parent name.
- index
- Int32
The index.
Returns
The index model name.
Applies to
ASP.NET Core 9.0 and other versions
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 |
- Source:
- ModelNames.cs
- Source:
- ModelNames.cs
- Source:
- ModelNames.cs
Create an index model name from the parent name.
public:
static System::String ^ CreateIndexModelName(System::String ^ parentName, System::String ^ index);
C#
public static string CreateIndexModelName (string parentName, string index);
static member CreateIndexModelName : string * string -> string
Public Shared Function CreateIndexModelName (parentName As String, index As String) As String
Parameters
- parentName
- String
The parent name.
- index
- String
The index.
Returns
The index model name.
Applies to
ASP.NET Core 9.0 and other versions
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 |