PrerenderTagHelper.TimeoutMillisecondsParameter Property

Definition

The maximum duration to wait for prerendering to complete.

public:
 property int TimeoutMillisecondsParameter { int get(); void set(int value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-prerender-timeout")]
public int TimeoutMillisecondsParameter { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-prerender-timeout")>]
member this.TimeoutMillisecondsParameter : int with get, set
Public Property TimeoutMillisecondsParameter As Integer

Property Value

Attributes

Applies to