Inbound request pipeline
How the Umbraco inbound request pipeline works
public class PublishedContentRequest
{
public Uri Uri { get; }
…
}public bool HasDomain { get; }
public DomainAndUri Domain { get; }
public CultureInfo Culture { get; }public bool HasPublishedContent { get; }
public IPublishedContent PublishedContent { get; set; }
public bool IsInternalRedirect { get; }
public bool IsRedirect {get; }public bool HasTemplate { get; }
public string GetTemplateAlias { get; }
public ITemplate Template {get; }Last updated
Was this helpful?