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.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

static member CreateSubIndexName : 
        prefix:string * 
        index:string -> string

Parameters

prefix
Type: System.String

The prefix for the subindex.

index
Type: System.String

The index value.

Return Value

Type: System.String
The name of the subindex.
Show: