Class DisableUrlResolutionAttribute
Disables resolution of Kentico's relative URLs.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class DisableUrlResolutionAttribute : Attribute
- Inheritance
-
objectAttributeDisableUrlResolutionAttribute
- Extension Methods
Remarks
To disable URL resolution, annotate controller or action with this attribute. It may also be added directly to an enpoint.