DefaultModelBinder.CreateSubIndexName Method

Definition

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.

Applies to