共用方式為


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>

容器的值。

適用於