Table of Contents

Class UIPageLocationAttribute

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Allows to specify how the page is displayed.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class UIPageLocationAttribute : Attribute
Inheritance
object
Attribute
UIPageLocationAttribute
Extension Methods

Remarks

If attribute is not used, MainContent is used automatically.

Constructors

UIPageLocationAttribute(PageLocationEnum)

Initializes new instance of UIPageLocationAttribute.

public UIPageLocationAttribute(PageLocationEnum location)

Parameters

location PageLocationEnum

Specifies location where the page is displayed.

Properties

Location

Specifies location where the page is displayed.

public PageLocationEnum Location { get; }

Property Value

PageLocationEnum

See Also