public void Reinitialize(string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode)
 {
 }
Beispiel #2
0
 public Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext Begin(string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode, string uniqueId, System.Func <System.Threading.Tasks.Task> executeChildContentAsync)
 {
     throw null;
 }
Beispiel #3
0
 public TagHelperExecutionContext(string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode, System.Collections.Generic.IDictionary <object, object> items, string uniqueId, System.Func <System.Threading.Tasks.Task> executeChildContentAsync, System.Action <System.Text.Encodings.Web.HtmlEncoder> startTagHelperWritingScope, System.Func <Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent> endTagHelperWritingScope)
 {
 }
Beispiel #4
0
 public void Reinitialize(string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode, System.Collections.Generic.IDictionary <object, object> items, string uniqueId, System.Func <System.Threading.Tasks.Task> executeChildContentAsync)
 {
 }
Beispiel #5
0
 internal TagHelperExecutionContext(string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode)
 {
 }