RazorComponentResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IResult Razor 구성 요소를 렌더링하는 입니다.
public class RazorComponentResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult
type RazorComponentResult = class
interface IResult
interface IStatusCodeHttpResult
interface IContentTypeHttpResult
Public Class RazorComponentResult
Implements IContentTypeHttpResult, IResult, IStatusCodeHttpResult
- 상속
-
RazorComponentResult
- 파생
- 구현
생성자
RazorComponentResult(Type, IReadOnlyDictionary<String,Object>) |
의 instance 생성합니다RazorComponentResult. |
RazorComponentResult(Type, Object) |
의 instance 생성합니다RazorComponentResult. |
RazorComponentResult(Type) |
의 instance 생성합니다RazorComponentResult. |
속성
ComponentType |
구성 요소 유형을 가져옵니다. |
ContentType |
응답에 대한 Content-Type 헤더를 가져오거나 설정합니다. |
Parameters |
구성 요소에 대한 매개 변수를 가져옵니다. |
PreventStreamingRendering |
스트리밍 렌더링을 방지해야 하는지 여부를 나타내는 플래그를 가져오거나 설정합니다. true이면 렌더러는 구성 요소 계층 구조가 HTML 응답을 제공하기 전에 로드와 같은 비동기 작업을 완료할 때까지 기다립니다. false이면 렌더링되는 구성 요소에 따라 스트리밍 렌더링이 결정됩니다. 기본값은 false입니다. |
StatusCode |
HTTP 상태 코드를 가져오거나 설정합니다. |
메서드
ExecuteAsync(HttpContext) |
지정된 |