summaryrefslogtreecommitdiff
path: root/.packages/microsoft.aspnetcore.app.ref/3.0.1/ref/netcoreapp3.0/Microsoft.AspNetCore.Razor.Runtime.xml
blob: 036a7bb05c04d6b65cd91190d706434c4eff075f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.AspNetCore.Razor.Runtime</name>
    </assembly>
    <members>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata">
            <summary>
            A metadata object containing the checksum of a source file that contributed to a compiled item.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata.Checksum">
            <summary>
            Gets the checksum as string of hex-encoded bytes.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata.ChecksumAlgorithm">
            <summary>
            Gets the name of the algorithm used to create this checksum.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata.Identifier">
            <summary>
            Gets the identifier of the source file associated with this checksum.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem">
            <summary>
            Identifies a compiled item that can be identified and loaded. 
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Identifier">
            <summary>
            Gets the identifier associated with the compiled item. The identifier is used programmatically to locate
            a specific item of a specific kind and should be uniqure within the assembly.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Kind">
            <summary>
            Gets the kind of compiled item. The kind is used programmatically to associate behaviors and semantics
            with the item.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Metadata">
            <summary>
            Gets a collection of arbitrary metadata associated with the item.
            </summary>
            <remarks>
            For items loaded with the default implementation of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader"/>, the 
            metadata collection will return all attributes defined on the <see cref="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Type"/>.
            </remarks>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Type">
            <summary>
            Gets the <see cref="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem.Type"/> of the compiled item.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute">
            <summary>
            Specifies that an assembly contains a compiled Razor asset.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.#ctor(System.Type,System.String,System.String)">
            <summary>
            Creates a new <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/>.
            </summary>
            <param name="type">The <see cref="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.Type"/> of the compiled item.</param>
            <param name="kind">
            The kind of the compiled item. The kind is used programmatically to associate behaviors with the item.
            </param>
            <param name="identifier">
            The identifier associated with the item. The identifier is used programmatically to locate
            a specific item of a specific kind, and should be unique within the assembly.
            </param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.Kind">
            <summary>
            Gets the kind of compiled item. The kind is used programmatically to associate behaviors and semantics
            with the item.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.Identifier">
            <summary>
            Gets the identifier associated with the compiled item. The identifier is used programmatically to locate
            a specific item of a specific kind and should be uniqure within the assembly.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.Type">
            <summary>
            Gets the <see cref="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute.Type"/> of the compiled item. The type should be contained in the assembly associated
            with this instance of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/>.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemExtensions">
            <summary>
            Extension methods for <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/>.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemExtensions.GetChecksumMetadata(Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem)">
            <summary>
            Gets the list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata"/> associated with <paramref name="item"/>.
            </summary>
            <param name="item">The <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/>.</param>
            <returns>A list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata"/>.</returns>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader">
            <summary>
            A loader implementation that can load <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> objects from an
            <see cref="T:System.Reflection.Assembly"/> using reflection.
            </summary>
            <remarks>
            <para>
            Inherit from <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader"/> to customize the behavior when loading 
            <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> objects from an <see cref="T:System.Reflection.Assembly"/>. The default implementations of methods
            defined by this class use reflection in a trivial way to load attributes from the assembly.
            </para>
            <para>
            Inheriting from <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader"/> is useful when an implementation needs to consider
            additional configuration or data outside of the <see cref="T:System.Reflection.Assembly"/> being loaded.
            </para>
            <para>
            Subclasses of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader"/> can return subclasses of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/>
            with additional data members by overriding <see cref="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader.CreateItem(Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute)"/>.
            </para>
            </remarks>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader.LoadItems(System.Reflection.Assembly)">
            <summary>
            Loads a list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> objects from the provided <see cref="T:System.Reflection.Assembly"/>.
            </summary>
            <param name="assembly">The assembly to search.</param>
            <returns>A list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> objects.</returns>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader.CreateItem(Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute)">
            <summary>
            Creates a <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> from a <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/>.
            </summary>
            <param name="attribute">The <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/>.</param>
            <returns>A <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem"/> created from <paramref name="attribute"/>.</returns>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemLoader.LoadAttributes(System.Reflection.Assembly)">
            <summary>
            Retrieves the list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/> attributes defined for the provided
            <see cref="T:System.Reflection.Assembly"/>.
            </summary>
            <param name="assembly">The <see cref="T:System.Reflection.Assembly"/> to search.</param>
            <returns>A list of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute"/> attributes.</returns>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute">
            <summary>
            Defines a key/value metadata pair for the decorated Razor type.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute.#ctor(System.String,System.String)">
            <summary>
            Creates a new <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute"/>.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute.Key">
            <summary>
            Gets the key.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute.Value">
            <summary>
            Gets the value.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute">
            <summary>
            Specifies the name of a Razor configuration as defined by the Razor SDK.
            </summary>
            <remarks>
            This attribute is applied to an application's entry point assembly by the Razor SDK during the build, 
            so that the Razor configuration can be loaded at runtime based on the settings provided by the project
            file.
            </remarks>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute.#ctor(System.String)">
            <summary>
            Creates a new instance of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute"/>.
            </summary>
            <param name="configurationName">The name of the Razor configuration.</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute.ConfigurationName">
            <summary>
            Gets the name of the Razor configuration.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute">
            <summary>
            Specifies the name of a Razor extension as defined by the Razor SDK.
            </summary>
            <remarks>
            This attribute is applied to an application's entry point assembly by the Razor SDK during the build, 
            so that the Razor configuration can be loaded at runtime based on the settings provided by the project
            file.
            </remarks>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute.#ctor(System.String,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute"/>.
            </summary>
            <param name="extensionName">The name of the extension.</param>
            <param name="assemblyName">The assembly name of the extension.</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute.AssemblyName">
            <summary>
            Gets the assembly name of the extension.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute.ExtensionName">
            <summary>
            Gets the name of the extension.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute">
            <summary>
            Specifies the name of a Razor configuration as defined by the Razor SDK.
            </summary>
            <remarks>
            This attribute is part of a set of metadata attributes that can be applied to an assembly at build
            time by the Razor SDK. These attributes allow the Razor configuration to be loaded at runtime based 
            on the settings originally provided by the project file.
            </remarks>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute.#ctor(System.String)">
            <summary>
            Creates a new instance of <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute"/>.
            </summary>
            <param name="languageVersion">The language version of Razor</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute.LanguageVersion">
            <summary>
            Gets the Razor language version.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute">
            <summary>
            Specifies the checksum of a source file that contributed to a compiled item.
            </summary>
            <remarks>
            <para>
            These attributes are added by the Razor infrastructure when generating code to assist runtime
            implementations to determine the integrity of compiled items.
            </para>
            <para>
            Runtime implementations should access the checksum metadata for an item using
            <see cref="M:Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemExtensions.GetChecksumMetadata(Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem)"/>.
            </para>
            </remarks>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute.#ctor(System.String,System.String,System.String)">
            <summary>
            Creates a new <see cref="T:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute"/>.
            </summary>
            <param name="checksumAlgorithm">The algorithm used to create this checksum.</param>
            <param name="checksum">The checksum as a string of hex-encoded bytes.</param>
            <param name="identifier">The identifier associated with this thumbprint.</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute.Checksum">
            <summary>
            Gets the checksum as string of hex-encoded bytes.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute.ChecksumAlgorithm">
            <summary>
            Gets the name of the algorithm used to create this checksum.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute.Identifier">
            <summary>
            Gets the identifier of the source file associated with this checksum.
            </summary>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext">
            <summary>
            Class used to store information about a <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>'s execution lifetime.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.#ctor(System.String,Microsoft.AspNetCore.Razor.TagHelpers.TagMode)">
            <summary>
            Internal for testing purposes only.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.#ctor(System.String,Microsoft.AspNetCore.Razor.TagHelpers.TagMode,System.Collections.Generic.IDictionary{System.Object,System.Object},System.String,System.Func{System.Threading.Tasks.Task},System.Action{System.Text.Encodings.Web.HtmlEncoder},System.Func{Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent})">
            <summary>
            Instantiates a new <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/>.
            </summary>
            <param name="tagName">The HTML tag name in the Razor source.</param>
            <param name="tagMode">HTML syntax of the element in the Razor source.</param>
            <param name="items">The collection of items used to communicate with other
            <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s</param>
            <param name="uniqueId">An identifier unique to the HTML element this context is for.</param>
            <param name="executeChildContentAsync">A delegate used to execute the child content asynchronously.</param>
            <param name="startTagHelperWritingScope">
            A delegate used to start a writing scope in a Razor page and optionally override the page's
            <see cref="T:System.Text.Encodings.Web.HtmlEncoder"/> within that scope.
            </param>
            <param name="endTagHelperWritingScope">A delegate used to end a writing scope in a Razor page.</param>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.ChildContentRetrieved">
            <summary>
            Indicates if <see cref="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(System.Boolean,System.Text.Encodings.Web.HtmlEncoder)"/> has been called.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Items">
            <summary>
            Gets the collection of items used to communicate with other <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.TagHelpers">
            <summary>
            <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s that should be run.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Output">
            <summary>
            The <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>'s output.
            </summary>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Context">
            <summary>
            The <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>'s context.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Add(Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper)">
            <summary>
            Tracks the given <paramref name="tagHelper"/>.
            </summary>
            <param name="tagHelper">The tag helper to track.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.AddHtmlAttribute(System.String,System.Object,Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle)">
            <summary>
            Tracks the HTML attribute.
            </summary>
            <param name="name">The HTML attribute name.</param>
            <param name="value">The HTML attribute value.</param>
            <param name="valueStyle">The value style of the attribute.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.AddHtmlAttribute(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute)">
            <summary>
            Tracks the HTML attribute.
            </summary>
            <param name="attribute">The <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute"/> to track.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.AddTagHelperAttribute(System.String,System.Object,Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle)">
            <summary>
            Tracks the <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/> bound attribute.
            </summary>
            <param name="name">The bound attribute name.</param>
            <param name="value">The attribute value.</param>
            <param name="valueStyle">The value style of the attribute.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.AddTagHelperAttribute(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute)">
            <summary>
            Tracks the <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/> bound attribute.
            </summary>
            <param name="attribute">The bound attribute.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Reinitialize(System.String,Microsoft.AspNetCore.Razor.TagHelpers.TagMode,System.Collections.Generic.IDictionary{System.Object,System.Object},System.String,System.Func{System.Threading.Tasks.Task})">
            <summary>
            Clears the <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/> and updates its state with the provided values.
            </summary>
            <param name="tagName">The tag name to use.</param>
            <param name="tagMode">The <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.TagMode"/> to use.</param>
            <param name="items">The <see cref="T:System.Collections.Generic.IDictionary`2"/> to use.</param>
            <param name="uniqueId">The unique id to use.</param>
            <param name="executeChildContentAsync">The <see cref="T:System.Func`1"/> to use.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync">
            <summary>
            Executes children asynchronously with the page's <see cref="T:System.Text.Encodings.Web.HtmlEncoder" /> in scope and
            sets <see cref="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Output"/>'s <see cref="P:Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput.Content"/> to the rendered results.
            </summary>
            <returns>A <see cref="T:System.Threading.Tasks.Task"/> that on completion sets <see cref="P:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.Output"/>'s
            <see cref="P:Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput.Content"/> to the children's rendered content.</returns>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner">
            <summary>
            A class used to run <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.RunAsync(Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext)">
            <summary>
            Calls the <see cref="M:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperComponent.ProcessAsync(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext,Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput)"/> method on <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s.
            </summary>
            <param name="executionContext">Contains information associated with running <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s.
            </param>
            <returns>Resulting <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput"/> from processing all of the
            <paramref name="executionContext"/>'s <see cref="T:Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper"/>s.</returns>
        </member>
        <member name="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager">
            <summary>
            Class that manages <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/> scopes.
            </summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager.#ctor(System.Action{System.Text.Encodings.Web.HtmlEncoder},System.Func{Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent})">
            <summary>
            Instantiates a new <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager"/>.
            </summary>
            <param name="startTagHelperWritingScope">
            A delegate used to start a writing scope in a Razor page and optionally override the page's
            <see cref="T:System.Text.Encodings.Web.HtmlEncoder"/> within that scope.
            </param>
            <param name="endTagHelperWritingScope">A delegate used to end a writing scope in a Razor page.</param>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager.Begin(System.String,Microsoft.AspNetCore.Razor.TagHelpers.TagMode,System.String,System.Func{System.Threading.Tasks.Task})">
            <summary>
            Starts a <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/> scope.
            </summary>
            <param name="tagName">The HTML tag name that the scope is associated with.</param>
            <param name="tagMode">HTML syntax of the element in the Razor source.</param>
            <param name="uniqueId">An identifier unique to the HTML element this scope is for.</param>
            <param name="executeChildContentAsync">A delegate used to execute the child content asynchronously.</param>
            <returns>A <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/> to use.</returns>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager.End">
            <summary>
            Ends a <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/> scope.
            </summary>
            <returns>If the current scope is nested, the parent <see cref="T:Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext"/>.
            <c>null</c> otherwise.</returns>
        </member>
        <member name="P:Microsoft.AspNetCore.Razor.Runtime.Resources.ScopeManager_EndCannotBeCalledWithoutACallToBegin">
            <summary>Must call '{2}.{1}' before calling '{2}.{0}'.</summary>
        </member>
        <member name="M:Microsoft.AspNetCore.Razor.Runtime.Resources.FormatScopeManager_EndCannotBeCalledWithoutACallToBegin(System.Object,System.Object,System.Object)">
            <summary>Must call '{2}.{1}' before calling '{2}.{0}'.</summary>
        </member>
    </members>
</doc>