Set the base page path beginning with "~", such as "~/" or "~/Context". This attribute works together with AspxPageNamespaceAttribute, to map page path with their code-behind class. For example:
[assembly:AspxPagePath("~/Context")]
[assembly:AspxPageNamespace("MyWeb.Pages")] Will map: For a list of all members of this type, see AspxPagePathAttribute Members.
System.Object
Attribute
AspxPagePathAttribute
[Visual Basic] Public Class AspxPagePathAttribute Inherits Attribute [C#] public class AspxPagePathAttribute : Attribute [C++] public __gc class AspxPagePathAttribute : public Attribute [JScript] public class AspxPagePathAttribute extends Attribute
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: AqDWeb.Attributes
Assembly: AqDWeb (in AqDWeb.dll)
AspxPagePathAttribute Members | AqDWeb.Attributes Namespace