Class PathParameterAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class PathParameterAttribute : PropertyAttribute
Constructors
| Edit this page View SourcePathParameterAttribute(string)
Declaration
public PathParameterAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
| Edit this page View SourceName
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |