An NDoc Documented Class Library

QueryParameterAttribute Class

Mark public fields to receieve HTTP query parameters. The attribute can be used in pages or master pages.

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

System.Object
   Attribute
      QueryParameterAttribute

[Visual Basic]
Public Class QueryParameterAttribute
    Inherits Attribute
[C#]
public class QueryParameterAttribute : Attribute
[C++]
public __gc class QueryParameterAttribute : public Attribute
[JScript]
public class QueryParameterAttribute 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.

Remarks

Type conversion is performed by TypeConverter.

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

QueryParameterAttribute Members | AqDWeb.Attributes Namespace