Passa al contenuto principale

Class WebClassAttribute

Namespace: TecnoPack.WebServer
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll

Marks a class as a web route container.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class WebClassAttribute : Attribute

Inheritance

object ← Attribute ← WebClassAttribute

Remarks

Classes with this attribute can contain methods decorated with which will be automatically registered with the web server.