ItemsFeature Class¶
- Namespace
Microsoft.AspNetCore.Http.Features- Assemblies
- Microsoft.AspNetCore.Http
Syntax¶
public class ItemsFeature : IItemsFeature
-
class
Microsoft.AspNetCore.Http.Features.ItemsFeature
Constructors¶
-
ItemsFeature()¶ public ItemsFeature()
-
Properties¶
-
Microsoft.AspNetCore.Http.Features.ItemsFeature.Items¶ Return type: System.Collections.Generic.IDictionary<System.Object> public IDictionary<object, object> Items { get; set; }
-