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!
Not sure (haven't tested myself) but I think that UrlResolver is capable of doing that.
var resolver = ServiceLocator.Current.Get<UrlResolver>(); IContent content = resolver.Route(new UrlBuilder("...."));
How can I load up a MediaData object for a given URL?
I'm trying to do this the Application_BeginRequest event currently, but can't find a way of loading the MediaData instance for the requested URL.