| 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
)
Public Sub New (
method As String,
urlTemplate As String
)
public:
RestInvokeAttribute(
String^ method,
String^ urlTemplate
)
new :
method : string *
urlTemplate : string -> RestInvokeAttribute
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