A dictionary of log entry labels.
Keys and values added to labels should not be null.
If they are, an exception will be throw when attempting to log an entry.
The entry won't be logged and the exception will be propagated depending
on the value of ExceptionHandling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `HttpLogEntryLabelProvider` class serves as a base for implementing `ILogEntryLabelProvider`, requiring an `HttpContext` instance."],["This class allows for the augmentation of log entry labels by implementing the `InvokeCore` method in derived classes, which then uses a supplied `HttpContext`."],["The class implements `ILogEntryLabelProvider` and has inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The constructor `HttpLogEntryLabelProvider(IHttpContextAccessor)` initializes the base class with an `IHttpContextAccessor` instance."],["The `Invoke` method augments log entry labels in a provided dictionary, throwing an exception if null values are present depending on the `ExceptionHandling` value."]]],[]]