An NDoc Documented Class Library

AspxPagePathAttribute Constructor 

Initialize a new instance.

[Visual Basic]
Public Sub New( _ 
   ByVal String As String _ 
)
[C#]
public AspxPagePathAttribute(
   string String
);
[C++]
public: AspxPagePathAttribute(
   String* String
);
[JScript]
public function AspxPagePathAttribute(
   String String
);

Parameters

pagePath
the base path for pages (starts with "~/")

See Also

AspxPagePathAttribute Class | AqDWeb.Attributes Namespace