ModelNames Class

Namespace
Microsoft.AspNetCore.Mvc.ModelBinding
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class ModelNames
class Microsoft.AspNetCore.Mvc.ModelBinding.ModelNames

Methods

CreateIndexModelName(System.String, System.Int32)
Return type:System.String
public static string CreateIndexModelName(string parentName, int index)
CreateIndexModelName(System.String, System.String)
Return type:System.String
public static string CreateIndexModelName(string parentName, string index)
CreatePropertyModelName(System.String, System.String)
Return type:System.String
public static string CreatePropertyModelName(string prefix, string propertyName)