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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHttpLogEntryLabelProvider\u003c/code\u003e class serves as a base for implementing \u003ccode\u003eILogEntryLabelProvider\u003c/code\u003e, requiring an \u003ccode\u003eHttpContext\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows for the augmentation of log entry labels by implementing the \u003ccode\u003eInvokeCore\u003c/code\u003e method in derived classes, which then uses a supplied \u003ccode\u003eHttpContext\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eILogEntryLabelProvider\u003c/code\u003e and has inherited methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eHttpLogEntryLabelProvider(IHttpContextAccessor)\u003c/code\u003e initializes the base class with an \u003ccode\u003eIHttpContextAccessor\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInvoke\u003c/code\u003e method augments log entry labels in a provided dictionary, throwing an exception if null values are present depending on the \u003ccode\u003eExceptionHandling\u003c/code\u003e value.\u003c/p\u003e\n"]]],[],null,[]]