共用方式為


StreamRenderingAttribute(Boolean) 建構函式

定義

建構 的實例 StreamRenderingAttribute

public StreamRenderingAttribute (bool enabled = true);
new Microsoft.AspNetCore.Components.StreamRenderingAttribute : bool -> Microsoft.AspNetCore.Components.StreamRenderingAttribute
Public Sub New (Optional enabled As Boolean = true)

參數

enabled
Boolean

旗標,指出這個元件及其子系是否應該串流轉譯。 預設值為 true。

適用於