An NDoc Documented Class Library

AspxPageNamespaceAttribute Class

Set the base namespace for page classes, for automatic page-type <=> page-URL mapping,

For a list of all members of this type, see AspxPageNamespaceAttribute Members.

System.Object
   Attribute
      AspxPageNamespaceAttribute

[Visual Basic]
Public Class AspxPageNamespaceAttribute
    Inherits Attribute
[C#]
public class AspxPageNamespaceAttribute : Attribute
[C++]
public __gc class AspxPageNamespaceAttribute : public Attribute
[JScript]
public class AspxPageNamespaceAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

AspxPageNamespaceAttribute Members | AqDWeb.Attributes Namespace | AspxPagePathAttribute