C# Class Tavis.PathParameterAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: darrelmiller/ApiRouter

Public Methods

Method Description
PathParameterAttribute ( string pathTemplate, bool required ) : System

Method Details

PathParameterAttribute() public method

public PathParameterAttribute ( string pathTemplate, bool required ) : System
pathTemplate string
required bool
return System