Share via


ModelMetadataIdentity.ForType(Type) Method

Definition

Creates a ModelMetadataIdentity for the provided model Type.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::ModelMetadataIdentity ForType(Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity ForType (Type modelType);
static member ForType : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity
Public Shared Function ForType (modelType As Type) As ModelMetadataIdentity

Parameters

modelType
Type

The model Type.

Returns

A ModelMetadataIdentity.

Applies to