C# Class SaneWeb.Resources.Attributes.ControllerAttribute

Inheritance: System.Attribute
Datei anzeigen 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_oe property

public String contentType
return String

path public_oe property

public String path
return String

type public_oe property

public APIType type
return APIType