GeneratedTagHelperAttributeContext Class

Summary

Contains information for the @!:Microsoft.AspNet.Razor.Runtime.TagHelpers.ITagHelper- attribute code generation process.

Syntax

public class GeneratedTagHelperAttributeContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Razor.GeneratedTagHelperAttributeContext

Properties

CreateModelExpressionMethodName()

Name the method to create <c>ModelExpression</c>s.

Return type:System.String
public string CreateModelExpressionMethodName { get; set; }
ModelExpressionTypeName()

Name of the model expression type.

Return type:System.String
public string ModelExpressionTypeName { get; set; }