Skip to content

RequestContext Properties

This class holds information regarding the request currently being processed. It is explicitly intended to be available to application code.

Entries

staticget
View source
public static IEnumerable<KeyValuePair<string, object>> Entries
Gets the collection of entries currently in the request context.

Keys

staticget
View source
public static IEnumerable<string> Keys
Gets the collection of keys for the values currently in the request context.