TagHelperContext 생성자

정의

오버로드

TagHelperContext(TagHelperAttributeList, IDictionary<Object,Object>, String)

TagHelperContext을 인스턴스화합니다.

TagHelperContext(String, TagHelperAttributeList, IDictionary<Object,Object>, String)

TagHelperContext을 인스턴스화합니다.

TagHelperContext(TagHelperAttributeList, IDictionary<Object,Object>, String)

TagHelperContext을 인스턴스화합니다.

public:
 TagHelperContext(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttributeList ^ allAttributes, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ items, System::String ^ uniqueId);
public TagHelperContext (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList allAttributes, System.Collections.Generic.IDictionary<object,object> items, string uniqueId);
new Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList * System.Collections.Generic.IDictionary<obj, obj> * string -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext
Public Sub New (allAttributes As TagHelperAttributeList, items As IDictionary(Of Object, Object), uniqueId As String)

매개 변수

allAttributes
TagHelperAttributeList

현재 HTML 요소와 연결된 모든 특성입니다.

items
IDictionary<Object,Object>

다른 ITagHelper와 통신하는 데 사용되는 항목의 컬렉션입니다.

uniqueId
String

적용되는 TagHelperContext 원본 요소의 고유 식별자입니다.

적용 대상

TagHelperContext(String, TagHelperAttributeList, IDictionary<Object,Object>, String)

TagHelperContext을 인스턴스화합니다.

public:
 TagHelperContext(System::String ^ tagName, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttributeList ^ allAttributes, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ items, System::String ^ uniqueId);
public TagHelperContext (string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList allAttributes, System.Collections.Generic.IDictionary<object,object> items, string uniqueId);
new Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext : string * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList * System.Collections.Generic.IDictionary<obj, obj> * string -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext
Public Sub New (tagName As String, allAttributes As TagHelperAttributeList, items As IDictionary(Of Object, Object), uniqueId As String)

매개 변수

tagName
String

요소의 구문 분석된 HTML 태그 이름입니다.

allAttributes
TagHelperAttributeList

현재 HTML 요소와 연결된 모든 특성입니다.

items
IDictionary<Object,Object>

다른 ITagHelper와 통신하는 데 사용되는 항목의 컬렉션입니다.

uniqueId
String

적용되는 TagHelperContext 원본 요소의 고유 식별자입니다.

적용 대상