You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line works:
${aspnet-request-querystring:QueryStringKeys=someKey;OutputFormat=Flat}
This line does not work:
${aspnet-request-querystring:OutputFormat=Flat}
The documentation uses "CAN" instead of "MUST" this implies that the "QueryStringKeys is optional. Ideally this value would not be manadatory, but if it is mandatory then the documentation should reflect that it is.
Environment:
.net 4.6.2
This line works:
${aspnet-request-querystring:QueryStringKeys=someKey;OutputFormat=Flat}
This line does not work:
${aspnet-request-querystring:OutputFormat=Flat}
The documentation uses "CAN" instead of "MUST" this implies that the "QueryStringKeys is optional. Ideally this value would not be manadatory, but if it is mandatory then the documentation should reflect that it is.
Link to documentation : https://github.com/NLog/NLog/wiki/AspNetRequest-QueryString-Layout-Renderer
The text was updated successfully, but these errors were encountered: