This commit is contained in:
mnltejaswini 2016-06-01 10:28:08 -07:00
parent ed8c744041
commit 659cdc3364
1 changed files with 2 additions and 1 deletions

View File

@ -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"