Class QueryParameterAttribute
- Namespace
- Glitch9.IO.Networking.RESTApi
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class QueryParameterAttribute : PropertyAttribute
- Inheritance
-
QueryParameterAttribute
- Extension Methods
Constructors
QueryParameterAttribute(string)
public QueryParameterAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; protected set; }