Click or drag to resize

RestInvokeAttribute Constructor (String, String)

Creates a new rest invokation attribute

Namespace:  RestSrvr.Attributes
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public RestInvokeAttribute(
	string method,
	string urlTemplate
)

Parameters

method
Type: SystemString

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

urlTemplate
Type: SystemString

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

See Also