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),
|
||||
TagHelperOutputContentPropertyName = nameof(TagHelperOutput.Content),
|
||||
ExecutionContextSetOutputContentAsyncMethodName = nameof(TagHelperExecutionContext.SetOutputContentAsync),
|
||||
})
|
||||
TagHelperAttributeValuePropertyName = nameof(TagHelperAttribute.Value),
|
||||
})
|
||||
{
|
||||
BeginContextMethodName = "BeginContext",
|
||||
EndContextMethodName = "EndContext"
|
||||
|
|
|
|||
Loading…
Reference in New Issue