Share via


TagHelperOutputExtensions.RemoveRange 메서드

정의

의 에서 tagHelperOutput지정된 attributes 을 제거합니다Attributes.

public:
[System::Runtime::CompilerServices::Extension]
 static void RemoveRange(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ tagHelperOutput, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ attributes);
public static void RemoveRange (this Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput tagHelperOutput, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
static member RemoveRange : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput * seq<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> -> unit
<Extension()>
Public Sub RemoveRange (tagHelperOutput As TagHelperOutput, attributes As IEnumerable(Of TagHelperAttribute))

매개 변수

tagHelperOutput
TagHelperOutput

이 메서드는 TagHelperOutput 확장됩니다.

attributes
IEnumerable<TagHelperAttribute>

제거할 특성입니다.

적용 대상