MenuItemBinding.TextField Propriedade
Definição
Obtém ou define o nome do campo da fonte de dados a ser associado à propriedade Text de um objeto MenuItem ao qual o objeto MenuItemBinding é aplicado.Gets or sets the name of the field from the data source to bind to the Text property of a MenuItem object to which the MenuItemBinding object is applied.
public:
property System::String ^ TextField { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string TextField { get; set; }
[System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string TextField { get; set; }
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.TextField : string with get, set
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.TextField : string with get, set
Public Property TextField As String
Valor da propriedade
O nome do campo da fonte de dados a ser associada ao Text de um MenuItem ao qual o MenuItemBinding é aplicado.The name of the field from the data source to bind to the Text of a MenuItem to which the MenuItemBinding is applied. O padrão é uma cadeia de caracteres vazia (""), que indica que essa propriedade não está definida.The default is an empty string (""), which indicates that this property is not set.
- Atributos
Exemplos
O exemplo de código a seguir demonstra como usar a TextField propriedade para especificar o nome do campo a ser associado à Text propriedade de um item de menu.The following code example demonstrates how to use the TextField property to specify the name of the field to bind to the Text property of a menu item. Para que este exemplo funcione corretamente, você deve copiar os dados XML de exemplo abaixo para um arquivo chamado Menu.xml.For this example to work correctly, you must copy the sample XML data below to a file named Menu.xml.
<%@ page language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>MenuItemBinding Example</title>
</head>
<body>
<form id="form1" runat="server">
<h3>MenuItemBinding Example</h3>
<asp:menu id="NavigationMenu"
datasourceid="MenuSource"
runat="server">
<DataBindings>
<asp:menuitembinding datamember="MapHomeNode"
formatstring="({0})"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_self" />
<asp:menuitembinding datamember="MapNode"
depth="1"
formatstring="[{0}]"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_blank"/>
<asp:menuitembinding datamember="MapNode"
depth="2"
formatstring="<{0}>"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_blank"/>
</DataBindings>
</asp:menu>
<asp:xmldatasource id="MenuSource"
datafile="Menu.xml"
runat="server"/>
</form>
</body>
</html>
<%@ page language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>MenuItemBinding Example</title>
</head>
<body>
<form id="form1" runat="server">
<h3>MenuItemBinding Example</h3>
<asp:menu id="NavigationMenu"
datasourceid="MenuSource"
runat="server">
<DataBindings>
<asp:menuitembinding datamember="MapHomeNode"
formatstring="({0})"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_self" />
<asp:menuitembinding datamember="MapNode"
depth="1"
formatstring="[{0}]"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_blank"/>
<asp:menuitembinding datamember="MapNode"
depth="2"
formatstring="<{0}>"
textfield="Title"
valuefield="Description"
imageurlfield="ImageUrl"
tooltipfield="ToolTip"
target="_blank"/>
</DataBindings>
</asp:menu>
<asp:xmldatasource id="MenuSource"
datafile="Menu.xml"
runat="server"/>
</form>
</body>
</html>
O código a seguir é um exemplo de dados de mapa do site para o exemplo anterior.The following code is sample site map data for the previous example.
<MapHomeNode ImageUrl="~\Images\Home.gif"
Title="Home"
Description="Root Page"
ToolTip="Home Page">
<MapNode ImageUrl="~\Images\Music.gif"
Title="Music"
Description="Music Category"
ToolTip="Music Page">
<MapNode ImageUrl="~\Images\Classical.gif"
Title="Classical"
Description="Classical Section"
ToolTip="Classical Page"/>
<MapNode ImageUrl="~\Images\Rock.gif"
Title="Rock"
Description="Rock Section"
ToolTip="Rock Page"/>
<MapNode ImageUrl="~\Images\Jazz.gif"
Title="Jazz"
Description="Jazz Section"
ToolTip="Jazz Page"/>
</MapNode>
<MapNode ImageUrl="~\Images\Movies.gif"
Title="Movies"
Description="Movies Category"
ToolTip="Movies Page">
<MapNode ImageUrl="~\Images\Action.gif"
Title="Action"
Description="Action Section"
ToolTip="Action Page"/>
<MapNode ImageUrl="~\Images\Drama.gif"
Title="Drama"
Description="Drama Section"
ToolTip="Drama Page"/>
<MapNode ImageUrl="~\Images\Musical.gif"
Title="Musical"
Description="Musical Section"
ToolTip="Musical Page"/>
</MapNode>
</MapHomeNode>
Comentários
Quando o Menu controle estiver associado a uma fonte de dados, use a TextField propriedade para especificar o nome do campo a ser associado à Text propriedade de um MenuItem objeto.When the Menu control is bound to a data source, use the TextField property to specify the name of the field to bind to the Text property of a MenuItem object. Quando renderizado, a Text propriedade de cada item de menu ao qual o MenuItemBinding objeto é aplicado contém o valor correspondente do campo.When rendered, the Text property of each menu item to which the MenuItemBinding object is applied contains the corresponding value from the field. Esse texto é exibido nos itens de menu.This text is displayed in the menu items.
Observação
Você pode substituir o texto de um item de menu individual definindo sua Text propriedade diretamente.You can override the text for an individual menu item by setting its Text property directly.
Se a fonte de dados contiver várias tabelas ou atributos, você deverá primeiro estabelecer os critérios de associação definindo a Depth propriedade, a DataMember propriedade ou ambos.If the data source contains multiple tables or attributes, you must first establish the binding criteria by setting the Depth property, the DataMember property, or both.
Você não pode criar nós vazios em um Menu controle definindo as Text TextField Propriedades ou como a cadeia de caracteres vazia ("").You cannot create empty nodes in a Menu control by setting the Text or TextField properties to the empty string (""). Definir essas propriedades como a cadeia de caracteres vazia tem o mesmo efeito que não definir as propriedades.Setting these properties to the empty string has the same effect as not setting the properties. Nesse caso, o Menu controle cria uma associação padrão usando a DataSource propriedade.In that case, the Menu control creates a default binding using the DataSource property. Para obter mais informações, consulte ASP.NET Data Access content map.For more information, see ASP.NET Data Access Content Map.
Em vez de usar essa propriedade para associar a Text propriedade de um MenuItem objeto a um campo, você também pode associá-la a um valor estático definindo a MenuItemBinding.Text propriedade.Instead of using this property to bind the Text property of a MenuItem object to a field, you can also bind it to a static value by setting the MenuItemBinding.Text property. Isso permite que você exiba o mesmo texto em cada item de menu ao qual o MenuItemBinding objeto é aplicado.This allows you to display the same text in each menu item to which the MenuItemBinding object is applied.
Observação
Se as Text TextField Propriedades e estiverem definidas, a TextField Propriedade terá precedência.If the Text and TextField properties are both set, the TextField property takes precedence.