PromptRenderContext.RenderedPrompt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rendered prompt.
public string? RenderedPrompt { get; set; }
member this.RenderedPrompt : string with get, set
Public Property RenderedPrompt As String
Property Value
Remarks
The filter may view the rendered prompt and change it, if desired. If there are multiple filters registered, subsequent filters may overwrite a value set by a previous filter. The final result is what will be the prompt used by the system.