Compartir a través de


QueryPropertyAttribute Clase

Definición

Asigna un parámetro de consulta de un URI a una propiedad en la página de destino o el modelo de vista durante la navegación de Shell.

public ref class QueryPropertyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class QueryPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type QueryPropertyAttribute = class
    inherit Attribute
Public Class QueryPropertyAttribute
Inherits Attribute
Herencia
QueryPropertyAttribute
Atributos

Constructores

Nombre Description
QueryPropertyAttribute(String, String)

Crea un nuevo QueryPropertyAttribute objeto que asigna un parámetro de consulta a una propiedad .

Propiedades

Nombre Description
Name

Obtiene el nombre de la propiedad que recibirá el valor del parámetro de consulta.

QueryId

Obtiene el nombre del parámetro de consulta del URI.

Se aplica a