DefaultModelBinder.CreateSubIndexName Method
Include Protected Members
Include Inherited Members
Creates an index (a subindex) based on a category of components that make up a larger index.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. |
Top