Table of Contents

Class DisableUrlResolutionAttribute

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.Proxies.dll

Disables resolution of Kentico's relative URLs.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class DisableUrlResolutionAttribute : Attribute
Inheritance
object
Attribute
DisableUrlResolutionAttribute
Extension Methods

Remarks

To disable URL resolution, annotate controller or action with this attribute. It may also be added directly to an enpoint.