FormCollection.GetEnumerator 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个结构枚举器,该枚举器循环访问集合而不进行装箱,并且也通过 IFormCollection 接口使用。
public:
Microsoft::AspNetCore::Http::FormCollection::Enumerator GetEnumerator();
public Microsoft.AspNetCore.Http.FormCollection.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.Http.FormCollection.Enumerator
Public Function GetEnumerator () As FormCollection.Enumerator
返回
一个可用于循环访问集合的 FormCollection.Enumerator 对象。