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