View Source
Class RoutableAttemptEventArgs
Event args containing information about why the request was not routable, or if it is routable
Inheritance
System.Object
System.EventArgs
Assembly: Umbraco.Web.dll
Syntax
public class RoutableAttemptEventArgs : UmbracoRequestEventArgs
Constructors
View Source
RoutableAttemptEventArgs(EnsureRoutableOutcome, UmbracoContext, HttpContextBase)
Declaration
public RoutableAttemptEventArgs(EnsureRoutableOutcome reason, UmbracoContext umbracoContext, HttpContextBase httpContext)
Parameters
Properties
View Source
Outcome
Declaration
public EnsureRoutableOutcome Outcome { get; }
Property Value