Table of Contents

Property Method

Namespace: Sisk.Core.Routing
Assembly: Sisk.Core.dll

Method

Gets or sets the matching HTTP method. If it is "Any", the route will just use the path expression to be matched, not the HTTP method.

public RouteMethod Method { get; set; }

Property Value

RouteMethod