SaaS CMS has officially launched! Learn more now.

Class RoutingOptionsExtensions

Extensions method for RoutingOptions

Inheritance
System.Object
RoutingOptionsExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public static class RoutingOptionsExtensions

Methods

UrlCacheEnabled(RoutingOptions)

Specifies if generated content urls should be cached

Declaration
public static bool UrlCacheEnabled(this RoutingOptions options)
Parameters
Type Name Description
RoutingOptions options
Returns
Type Description
System.Boolean