Share via


ChangeSetRequestItem.Contexts Property

Definition

Gets the request contexts in the ChangeSet.

public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.HttpContext> Contexts { get; }
member this.Contexts : seq<Microsoft.AspNetCore.Http.HttpContext>
Public ReadOnly Property Contexts As IEnumerable(Of HttpContext)

Property Value

Applies to