Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Setting EditorBrowsableState.Never for a single bound attribute affects all attributes #454

@ajaybhargavb

Description

@ajaybhargavb

Example:

private class MultiPropertyEditorBrowsableTagHelper : TagHelper 
{ 
    [EditorBrowsable(EditorBrowsableState.Never)] 
    public int Property { get; set; } 

    public virtual int Property2 { get; set; } 
 } 

Both the properties are not highlighted.

cc' @NTaylorMullen

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions