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)

의 instance 생성합니다.StreamRenderingAttribute

속성

Enabled

이 구성 요소와 해당 하위 항목이 렌더링을 스트리밍해야 하는지 여부를 나타내는 플래그를 가져옵니다.

적용 대상