Aracılığıyla paylaş


RouteAttribute(String) Oluşturucu

Tanım

Verilen yol şablonuyla yeni RouteAttribute bir oluşturur.

public:
 RouteAttribute(System::String ^ template);
public RouteAttribute (string template);
new Microsoft.AspNetCore.Mvc.RouteAttribute : string -> Microsoft.AspNetCore.Mvc.RouteAttribute
Public Sub New (template As String)

Parametreler

template
String

Yol şablonu. Null olamaz.

Şunlara uygulanır