November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Scott,
This is going to sound a bit stupid, is your solution setup to append a traling slash or not?
(Mind is blown we have 2 Scott Reeds in the community!).
Paul
Yeah it is a little crazy to have multiples.
I did try to force off the append trailing slash, but it doesn't seem to have made a difference.
Hey Scott,
I don't suppose you could share the code for your PartialRouter?
Paul
Hello,
Like many others I'm sure I am upgrading a site to 14, but am running into an issue where there doesn't seem to be a way to set query paramaters (?p=3432&code=324) in GetPartialVirtualPath which we have to support for existing reasons. This worked fine in 13.
So in 13 GetPartialVirtualPath
seriesRouteData.PartialVirtualPath = "path?p=stuff&t=otherstuff"
will work fine, but the same code in 14 generates a path that has a '/' appended,
Is there anyway I can stop that appending?
Thanks