Skip to content
DocsTry Aspire
DocsTry

AspireExportIgnoreAttribute Constructors

ClassConstructors1 member
Excludes a property, method, or type from ATS export when the containing type uses AspireExportAttribute.ExposeProperties or AspireExportAttribute.ExposeMethods.
public sealed class AspireExportIgnoreAttribute
{
public AspireExportIgnoreAttribute()
{
// ...
}
}