AutoCompleteEditHandler.AutoCompleteString Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a string value to auto-complete.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

public string AutoCompleteString { get; set; }

Property Value

Type: System.String
A string value to auto-complete.

See Also

Reference

AutoCompleteEditHandler Class

System.Web.Razor.Parser.SyntaxTree Namespace