Base:
method
ProcessAsync
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper.ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)
8 references to ProcessAsync
Microsoft.AspNetCore.Mvc.TagHelpers.Test (8)
PersistComponentStateTagHelperTest.cs (8)
46
await tagHelper.
ProcessAsync
(context, output);
68
await tagHelper.
ProcessAsync
(context, output);
96
await tagHelper.
ProcessAsync
(context, output);
126
await tagHelper.
ProcessAsync
(context, output);
156
await tagHelper.
ProcessAsync
(context, output);
180
await tagHelper.
ProcessAsync
(context, output);
209
await tagHelper.
ProcessAsync
(context, output);
235
await Assert.ThrowsAsync<InvalidOperationException>(() => tagHelper.
ProcessAsync
(context, output));