: KeywordQuery.EnableUrlSmashing (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets a Boolean value that specifies whether "URL smashing" (creating a URL by combining the query terms) is enabled.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property EnableUrlSmashing As Boolean
'Uso
Dim instance As KeywordQuery
Dim value As Boolean
value = instance.EnableUrlSmashing
instance.EnableUrlSmashing = value
public bool EnableUrlSmashing { get; set; }
Valor de propiedad
true if URL smashing is enabled; otherwise, false.
Vea también
Referencia
KeywordQuery (Clase)
KeywordQuery (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)
Otros recursos
Referencia de sintaxis de palabra clave del motor de búsqueda Enterprise Search
Introducción al modelo de objetos de consulta del motor de búsqueda Enterprise Search
Tutorial: Creación de un elemento web personalizado del motor de búsqueda Enteprise Search