9 [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.ReturnValue |
10 AttributeTargets.Property | AttributeTargets.Field,
11 Inherited =
true, AllowMultiple =
false)]
53 public override void Annotate(Dictionary<string, object?> Schema)
64 base.GetHtmlInputAttributes(Attributes);
65 Attributes[
"type"] =
"password";
string? Title
Title of parameter.
string? Description
Description of parameter.
Provides meta-data about a masked string-valued parameter.
override void Annotate(Dictionary< string, object?> Schema)
Annotates a schema object with information in the attribute.
McpPasswordParameterAttribute(string? Title, string? Description)
Provides meta-data about a masked string-valued parameter.
McpPasswordParameterAttribute(string? Title, string? Description, int MaxLength)
Provides meta-data about a masked string-valued parameter.
McpPasswordParameterAttribute(string? Title, string? Description, int MinLength, int MaxLength)
Provides meta-data about a masked string-valued parameter.
override void GetHtmlInputAttributes(Dictionary< string, string > Attributes)
Gets HTML input attributes for the parameter, if any.
Provides meta-data about a string-valued parameter.
int? MinLength
Minimum length of string.
int? MaxLength
Maximum length of string.
The server is currently unable to handle the request due to a temporary overloading or maintenance of...