Click or drag to resize

UrlParameterAttribute Constructor

Creates a new query parameter attribute

Namespace:  RestSrvr.Attributes
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public UrlParameterAttribute(
	string name,
	Type type,
	string description
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:RestSrvr.Attributes.UrlParameterAttribute.#ctor(System.String,System.Type,System.String)"]

See Also