C# Class SaneWeb.Resources.Attributes.ControllerAttribute

Inheritance: System.Attribute
Show file Open project: ext0/SaneWeb

Public Properties

Property Type Description
contentType String
path String
type APIType

Public Methods

Method Description
ControllerAttribute ( String path, APIType type, String contentType ) : System

Method Details

ControllerAttribute() public method

public ControllerAttribute ( String path, APIType type, String contentType ) : System
path String
type APIType
contentType String
return System

Property Details

contentType public property

public String contentType
return String

path public property

public String path
return String

type public property

public APIType type
return APIType