Udostępnij za pośrednictwem


StreamRenderingAttribute Klasa

Definicja

Atrybut wskazujący, czy przesyłać strumieniowo renderowanie składnika i jego elementów podrzędnych.

Ten atrybut ma zastosowanie tylko w programach renderujących, które obsługują renderowanie strumieniowe (na przykład renderowanie HTML po stronie serwera z punktu końcowego składnika Razor). W innych modelach hostingu nie ma to wpływu.

Jeśli typ składnika nie deklaruje tego atrybutu, wystąpienia tego typu składnika będą współużytkować ten sam tryb renderowania przesyłania strumieniowego co ich składnik nadrzędny.

[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
Dziedziczenie
StreamRenderingAttribute
Atrybuty

Konstruktory

StreamRenderingAttribute(Boolean)

Konstruuje wystąpienie obiektu StreamRenderingAttribute

Właściwości

Enabled

Pobiera flagę wskazującą, czy ten składnik i jego elementy podrzędne powinny przesyłać strumieniowo renderowanie.

Dotyczy