DocSiteHttpContextKeys
Pennington.DocSite
Well-known keys for Items shared across DocSite and its integrations.
Fields
OriginalPathstring- Default:
"Pennington.DocSite.OriginalPath"Pre-rewrite public request path. Middleware that rewritesPathfor internal routing stashes the caller-visible path here so the layout can resolve the active area and TOC selection against the URL the user actually sees.
Pennington.DocSite.DocSiteHttpContextKeys
namespace Pennington.DocSite;
/// Well-known keys for Items shared across DocSite and its integrations.
public class DocSiteHttpContextKeys
{
/// Pre-rewrite public request path. Middleware that rewrites Path for internal routing stashes the caller-visible path here so the layout can resolve the active area and TOC selection against the URL the user actually sees.
public static const string OriginalPath
;
}