20 references to TagHelperContext
Microsoft.AspNetCore.Mvc.Razor.Test (1)
TagHelpers\UrlResolutionTagHelperTest.cs (1)
77
var context = new
TagHelperContext
(
Microsoft.AspNetCore.Mvc.TagHelpers.Test (17)
InputTagHelperTest.cs (12)
279
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
324
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
378
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
434
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
485
var context = new
TagHelperContext
(expectedAttributes, new Dictionary<object, object>(), "test");
541
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
887
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
941
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
1001
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
1061
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
1121
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
1364
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
SelectTagHelperTest.cs (3)
723
var context = new
TagHelperContext
(new TagHelperAttributeList(), new Dictionary<object, object>(), "test");
761
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
811
var tagHelperContext = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
TextAreaTagHelperTest.cs (2)
178
var context = new
TagHelperContext
(new TagHelperAttributeList(), new Dictionary<object, object>(), "test");
217
var context = new
TagHelperContext
(attributes, new Dictionary<object, object>(), "test");
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperContext.cs (1)
25
string uniqueId) :
this
(allAttributes, items, uniqueId)
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\TagHelperContextTest.cs (1)
78
var context = new
TagHelperContext
(