Table of Contents

Class GenerateComponentInfoAttribute

Namespace
BlazOrbit
Assembly
BlazOrbit.dll

Marks a Blazor component for automatic documentation generation. Add @attribute [GenerateComponentInfo] to the .razor file, or [GenerateComponentInfo] to a .cs component class.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class GenerateComponentInfoAttribute : Attribute
Inheritance
object
Attribute
GenerateComponentInfoAttribute

Constructors

GenerateComponentInfoAttribute()

public GenerateComponentInfoAttribute()