UrlReferenceCollector.MayTransformUrls Property

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets a value indicating whether the URL transformer is active and performs any URL transformations.
public bool MayTransformUrls { get; }

Property Value

bool
true if the transformer is active and may transform a URL; otherwise, false.

Remarks

Since UrlReferenceCollector class records all URLs that are processed through it, the UrlReferenceCollector.MayTransformUrls property always returns true, regardless of the state of the underlying URL transformer.