2 writes to Text
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
TextAreaTagHelperTest.cs (2)
23Text = null, 31Text = "inner text",
4 references to Text
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
TextAreaTagHelperTest.cs (4)
54{ modelWithNull, typeof(NestedModel), modelWithNull.NestedModel.Text, 57{ modelWithText, typeof(NestedModel), modelWithText.NestedModel.Text, 68{ models, typeof(NestedModel), models[0].NestedModel.Text, 71{ models, typeof(NestedModel), models[1].NestedModel.Text,