London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
public class GMapTemplate : EPiServer.TemplatePage { public GMapTemplate() : base(1, CustomPageLink.OptionFlag) { } }
I then try to reach my .aspx which inherits from GMapTemplate by adding ?custompageid=27 to the Url. (As specified in the SDK: "This is done by setting the query string "custompageid" to the page id that you want to load".) This does not work as intended, the CurrentPage objects point to the StartPage (which is not page with id 27). Ideas would be greatly appreciated.