sitecore - custom pipeline on time of browsing a page -



sitecore - custom pipeline on time of browsing a page -

i want phone call layoutresolver custom pipeline on time of browsing page. created custom pipeline , configured below

<httprequestbegin> <processor patch:after="*[@type='sitecore.pipelines.httprequest.layoutresolver, sitecore.kernel']" type="agents.common.pipelines.layoutresolver, agents.common" /> </httprequestbegin>

but not working on time of browsing page working when clicking sitecore .

how work on time of browsing page.

based on patch syntax provided, looks have configured layoutresolver run after existing layoutresolver.

were intending instead replace existing resolver? or run logic before it?

for replacing, want utilize patch:instead. running before existing resolver, want utilize patch:before

sitecore

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -