次の方法で共有


PrefixContainer(ICollection<String>) コンストラクター

定義

PrefixContainer の新しいインスタンスを初期化します。

public:
 PrefixContainer(System::Collections::Generic::ICollection<System::String ^> ^ values);
public PrefixContainer (System.Collections.Generic.ICollection<string> values);
new Microsoft.AspNetCore.Mvc.ModelBinding.PrefixContainer : System.Collections.Generic.ICollection<string> -> Microsoft.AspNetCore.Mvc.ModelBinding.PrefixContainer
Public Sub New (values As ICollection(Of String))

パラメーター

values
ICollection<String>

コンテナーの値。

適用対象