IModelNameProvider Interface

Represents an entity which can provide model name as metadata.

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

Syntax

public interface IModelNameProvider
interface Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider

Properties

Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider.Name

Model name.

Return type:System.String
string Name { get; }