C# Class Tavis.RequestBuilders.LinkParameterAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: tavis-software/Tavis.Link

Public Methods

Method Description
LinkParameterAttribute ( string name ) : System

Create a new attribute. For IANA registered link relations name will be simple string, otherwise it should be a URI

Method Details

LinkParameterAttribute() public method

Create a new attribute. For IANA registered link relations name will be simple string, otherwise it should be a URI
public LinkParameterAttribute ( string name ) : System
name string
return System