Class UIPageLocationAttribute
Allows to specify how the page is displayed.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class UIPageLocationAttribute : Attribute
- Inheritance
-
objectAttributeUIPageLocationAttribute
- 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
PageLocationEnumSpecifies location where the page is displayed.
Properties
Location
Specifies location where the page is displayed.
public PageLocationEnum Location { get; }