Skip to content
DocsTry Aspire
DocsTry

InputGeneratorAnnotation Properties

ClassProperties1 member
Annotation for customizing the input generation for a parameter.
InputGeneratorSection titled InputGeneratorFunc<ParameterResource, InteractionInput>
Gets the function that generates the input for the parameter.
public Func<ParameterResource, InteractionInput> InputGenerator { get; }