netstandard2.0
namespace System.Web
{
[DefaultMember("Item")]
public sealed class HttpFileCollection : NameObjectCollectionBase
{
public override KeysCollection! Keys { get; }
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Standard | 2.02.1 |
Information specific to netstandard2.0 | |
Assembly | Microsoft.AspNetCore.SystemWebAdapters , Version=1.4.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.SystemWebAdapters (1.4.0) netstandard2.0 |
Obsolete | Retrieving Keys is not supported on .NET 6+. Please use the enumerator instead. |
Platform Restrictions | This framework does not have platform annotations. |