React to aspnet/Razor#765.
This commit is contained in:
parent
ed8c744041
commit
659cdc3364
|
|
@ -117,7 +117,8 @@ namespace Microsoft.AspNetCore.Mvc.Razor
|
||||||
TagHelperOutputIsContentModifiedPropertyName = nameof(TagHelperOutput.IsContentModified),
|
TagHelperOutputIsContentModifiedPropertyName = nameof(TagHelperOutput.IsContentModified),
|
||||||
TagHelperOutputContentPropertyName = nameof(TagHelperOutput.Content),
|
TagHelperOutputContentPropertyName = nameof(TagHelperOutput.Content),
|
||||||
ExecutionContextSetOutputContentAsyncMethodName = nameof(TagHelperExecutionContext.SetOutputContentAsync),
|
ExecutionContextSetOutputContentAsyncMethodName = nameof(TagHelperExecutionContext.SetOutputContentAsync),
|
||||||
})
|
TagHelperAttributeValuePropertyName = nameof(TagHelperAttribute.Value),
|
||||||
|
})
|
||||||
{
|
{
|
||||||
BeginContextMethodName = "BeginContext",
|
BeginContextMethodName = "BeginContext",
|
||||||
EndContextMethodName = "EndContext"
|
EndContextMethodName = "EndContext"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue