다음을 통해 공유


GeneratedTagHelperContext 클래스

정의

태그 도우미 코드 생성 프로세스에 필요한 정보를 포함합니다.

public ref class GeneratedTagHelperContext
public class GeneratedTagHelperContext
type GeneratedTagHelperContext = class
Public Class GeneratedTagHelperContext
상속
GeneratedTagHelperContext

생성자

GeneratedTagHelperContext()

기본값을 사용하여 의 GeneratedTagHelperContext 새 instance 인스턴스화합니다.

속성

AddHtmlAttributeValueMethodName

바인딩되지 않은 복잡한 태그 도우미 특성의 개별 구성 요소를 TagHelperExecutionContexts에 추가하는 데 사용되는 메서드 이름입니다.

BeginAddHtmlAttributeValuesMethodName

TagHelperExecutionContexts에 바인딩되지 않은 복잡한 태그 도우미 특성을 추가하는 데 사용되는 메서드의 이름입니다.

BeginWriteTagHelperAttributeMethodName

특성 쓰기 scope 시작하는 데 사용되는 메서드의 이름입니다.

CreateTagHelperMethodName

태그 도우미를 만드는 데 사용되는 메서드의 이름입니다.

EncodedHtmlStringTypeName

인코딩된 콘텐츠를 나타내는 데 사용되는 형식의 이름입니다.

EndAddHtmlAttributeValuesMethodName

TagHelperExecutionContexts에 바인딩되지 않은 복잡한 태그 도우미 특성의 추가를 종료하는 데 사용되는 메서드 이름입니다.

EndTagHelperWritingScopeMethodName

쓰기 scope 종료하는 데 사용되는 메서드의 이름입니다.

EndWriteTagHelperAttributeMethodName

특성 쓰기 scope 종료하는 데 사용되는 메서드의 이름입니다.

ExecutionContextAddHtmlAttributeMethodName

HTML 특성을 추가하는 데 사용되는 메서드의 ExecutionContextTypeName 이름입니다.

ExecutionContextAddMethodName

태그 도우미를 ExecutionContextTypeName 추가하는 데 사용되는 메서드의 이름입니다.

ExecutionContextAddTagHelperAttributeMethodName

태그 도우미 특성을 추가하는 데 사용되는 메서드의 ExecutionContextTypeName 이름입니다.

ExecutionContextOutputPropertyName

태그 도우미 출력의 속성 이름입니다.

ExecutionContextSetOutputContentAsyncMethodName

자식 콘텐츠를 실행하고 해당 속성에서 렌더링된 결과를 설정하는 데 사용되는 속성 ExecutionContextOutputPropertyNameExecutionContextOutputPropertyName 메서드 이름입니다.

ExecutionContextTypeName

특정 태그 도우미를 설명하는 형식의 이름이 scope.

FormatInvalidIndexerAssignmentMethodName

태그 도우미 속성이 일 때 인덱서 사용에 대한 오류 메시지의 서식을 지정하는 데 사용되는 메서드의 이름입니다 null.

HtmlEncoderPropertyName

를 포함하는 속성의 이름입니다 HtmlEncoder.

MarkAsHtmlEncodedMethodName

값을 래핑 String 하고 HTML 인코딩으로 표시하는 데 사용되는 메서드의 이름입니다.

RunnerRunAsyncMethodName

태그 도우미를 RunnerTypeName 실행하는 데 사용되는 메서드의 이름입니다.

RunnerTypeName

태그 도우미를 실행하는 데 사용되는 형식의 이름입니다.

ScopeManagerBeginMethodName

scope 시작하는 데 사용되는 메서드의 ExecutionContextTypeName 이름입니다.

ScopeManagerEndMethodName

scope 종료하는 데 사용되는 메서드의 ExecutionContextTypeName 이름입니다.

ScopeManagerTypeName

범위가 지정된 ExecutionContextTypeName 인스턴스를 만드는 데 사용되는 형식의 이름입니다.

StartTagHelperWritingScopeMethodName

새 쓰기 scope 시작하는 데 사용되는 메서드의 이름입니다.

TagHelperAttributeTypeName

태그 도우미 특성을 나타내는 데 사용되는 형식의 이름입니다.

TagHelperAttributeValuePropertyName

의 Value 속성 이름입니다 TagHelperAttribute.

TagHelperContentGetContentMethodName

를 로 변환 TagHelperContent 하는 데 사용되는 메서드의 이름입니다 String.

TagHelperContentTypeName

태그 도우미 콘텐츠가 포함된 형식의 이름입니다.

TagHelperOutputContentPropertyName

태그 도우미의 출력 콘텐츠에 대한 속성의 이름입니다.

TagHelperOutputIsContentModifiedPropertyName

태그 도우미의 콘텐츠가 수정되었음을 나타내는 데 사용되는 속성의 이름입니다.

적용 대상