PageAttribute
Specify a VirtualPath or Layout for a Code Page
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true)]
public class PageAttribute : AttributeBase, _Attribute
Properties
VirtualPath
View Source
Declaration
public string VirtualPath { get; set; }
Layout
View Source
Declaration
public string Layout { get; set; }
Implements
System.Runtime.InteropServices._Attribute