次の方法で共有


ModelMetadataIdentity.ForType(Type) メソッド

定義

指定した ModelMetadataIdentity モデル 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

パラメーター

modelType
Type

モデル Type

戻り値

ModelMetadataIdentity

適用対象