InputGeneratorAnnotation
Classnet10.0
Annotation for customizing the input generation for a parameter.
namespace Aspire.Hosting.ApplicationModel;
public class InputGeneratorAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors1
Section titled Constructors Annotation for customizing the input generation for a parameter.
Properties1
Section titled PropertiesFunc<ParameterResource, InteractionInput> Gets the function that generates the input for the parameter.