Try our conversational search powered by Generative AI!

Interface IRoutableEvaluator

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Determines if a content instance is routable given state and context

Namespace: EPiServer.Web.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IRoutableEvaluator

Methods

IsRoutable(IContent)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Determines if specified content is routable in current context.

Declaration
bool IsRoutable(IContent content)
Parameters
Type Name Description
IContent content

The content item

Returns
Type Description
System.Boolean

true if content is routable else false

Extension Methods