Table of Contents

Class PathParameterAttribute

[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class PathParameterAttribute : PropertyAttribute
Inheritance
PathParameterAttribute
Extension Methods

Constructors

PathParameterAttribute(string)

public PathParameterAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; protected set; }

Property Value

string