共用方式為


StreamRenderingAttribute 類別

定義

屬性,指出是否要串流處理元件及其子系的轉譯。

此屬性只會在支援串流轉譯 (的轉譯器內生效,例如,從 Razor 元件端點) 的伺服器端 HTML 轉譯。 在其他裝載模型中,它沒有任何作用。

如果元件類型未宣告此屬性,則該元件類型的實例會與其父元件共用相同的串流轉譯模式。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class StreamRenderingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type StreamRenderingAttribute = class
    inherit Attribute
Public Class StreamRenderingAttribute
Inherits Attribute
繼承
StreamRenderingAttribute
屬性

建構函式

StreamRenderingAttribute(Boolean)

建構 的實例 StreamRenderingAttribute

屬性

Enabled

取得旗標,指出這個元件及其子系是否應該串流轉譯。

適用於