File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Mvc/Mvc.TagHelpers/ref Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public ComponentTagHelper() { }
114
114
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlAttributeNameAttribute ( "params" , DictionaryAttributePrefix = "param-" ) ]
115
115
public System . Collections . Generic . IDictionary < string , object > Parameters { get { throw null ; } set { } }
116
116
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlAttributeNameAttribute ( "render-mode" ) ]
117
- public Microsoft . AspNetCore . Mvc . Rendering . RenderMode RenderMode { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
117
+ public Microsoft . AspNetCore . Mvc . Rendering . RenderMode RenderMode { get { throw null ; } set { } }
118
118
[ Microsoft . AspNetCore . Mvc . ViewFeatures . ViewContextAttribute ]
119
119
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlAttributeNotBoundAttribute ]
120
120
public Microsoft . AspNetCore . Mvc . Rendering . ViewContext ViewContext { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
You can’t perform that action at this time.
0 commit comments