Click or drag to resize

UrlParameterAttribute Constructor

Creates a new query parameter attribute

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

Parameters

name  String

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

type  Type

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

description  String

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

See Also