London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.dll
Version: 10.10.4
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