DefaultModelBinder.CreateSubIndexName 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.
Overloads
CreateSubIndexName(String, Int32) |
Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is an integer. |
CreateSubIndexName(String, String) |
Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is a string. |
CreateSubIndexName(String, Int32)
Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is an integer.
protected static string CreateSubIndexName(string prefix, int index);
static member CreateSubIndexName : string * int -> string
Protected Shared Function CreateSubIndexName (prefix As String, index As Integer) As String
Parameters
- prefix
- String
The prefix for the subindex.
- index
- Int32
The index value.
Returns
The name of the subindex.
Applies to
CreateSubIndexName(String, String)
Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is a string.
protected static string CreateSubIndexName(string prefix, string index);
static member CreateSubIndexName : string * string -> string
Protected Shared Function CreateSubIndexName (prefix As String, index As String) As String
Parameters
- prefix
- String
The prefix for the subindex.
- index
- String
The index value.
Returns
The name of the subindex.