Table of Contents

Class MiddlewareRouteAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Declare a middleware routing rule

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class MiddlewareRouteAttribute : Attribute
Inheritance
object
Attribute
MiddlewareRouteAttribute

Constructors

MiddlewareRouteAttribute(string)

public MiddlewareRouteAttribute(string path)

Parameters

path string

Fields

Path

public string? Path

Field Value

string