IItemsFeature Interface

Namespace
Microsoft.AspNetCore.Http.Features
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public interface IItemsFeature
interface Microsoft.AspNetCore.Http.Features.IItemsFeature

Properties

Microsoft.AspNetCore.Http.Features.IItemsFeature.Items
Return type:System.Collections.Generic.IDictionary<System.Object>
IDictionary<object, object> Items { get; set; }