TechTalk Genome v4.2

CreateContextEventArgs.Context Property

Gets or sets the Context instance created in the event.

public Context Context {get; set;}

Property Value

A Context object created in the event.

Remarks

When providing an event handler for the CreateRequestContext event of the GenomeContextHttpModule set the Context property to the created Context instance.

Requirements

Namespace: TechTalk.Genome.Extensions.Web

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

CreateContextEventArgs Class | TechTalk.Genome.Extensions.Web Namespace