DefaultModelBinder::CreateSubIndexName Method
Creates an index (a subindex) based on a category of components that make up a larger index.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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. |
DefaultModelBinder::CreateSubIndexName Method (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.
Parameters
- prefix
-
Type:
System::String^
The prefix for the subindex.
- index
-
Type:
System::Int32
The index value.
DefaultModelBinder::CreateSubIndexName Method (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.
Parameters
- prefix
-
Type:
System::String^
The prefix for the subindex.
- index
-
Type:
System::String^
The index value.
Show:

