Enum EnsureRoutableOutcome
Represents the outcome of trying to route an incoming request.
Namespace: Umbraco.Web.Routing
Assembly: Umbraco.Web.dll
Syntax
public enum EnsureRoutableOutcome
Fields
Name | Description |
---|---|
IsRoutable | Request routes to a document. |
NoContent | There was no content at all. |
NotDocumentRequest | Request does not route to a document. |
NotReady | Umbraco was not ready. |