Skip to content
DocsTry Aspire
DocsTry

GenerateParameterDefault Methods

ClassMethods2 members
Represents that a default value should be generated.
GetDefaultValueSection titled GetDefaultValueoverridestring
Generates a value for the parameter.
public sealed class GenerateParameterDefault
{
public override string GetDefaultValue()
{
// ...
}
}
stringThe generated string value.
WriteToManifest(ManifestPublishingContext)Section titled WriteToManifest(ManifestPublishingContext)override
Writes the current ParameterDefault to the manifest context.
public sealed class GenerateParameterDefault
{
public override void WriteToManifest(
ManifestPublishingContext context)
{
// ...
}
}
contextManifestPublishingContextThe context for the manifest publishing operation.