EnableRateLimitingAttribute(String) Konstruktor

Definice

Vytvoří novou instanci EnableRateLimitingAttribute pomocí zadané zásady.

public EnableRateLimitingAttribute (string policyName);
new Microsoft.AspNetCore.RateLimiting.EnableRateLimitingAttribute : string -> Microsoft.AspNetCore.RateLimiting.EnableRateLimitingAttribute
Public Sub New (policyName As String)

Parametry

policyName
String

Název zásady, kterou je potřeba použít.

Platí pro