Table of Contents

Class RouteAttribute

Namespace
System
Assembly
HeBianGu.Service.Mvc.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class RouteAttribute : Attribute
Inheritance
RouteAttribute
Inherited Members
Extension Methods

Constructors

RouteAttribute(string)

public RouteAttribute(string path)

Parameters

path string

Properties

Path

public string Path { get; set; }

Property Value

string