QueryPropertyAttribute Sınıf

Tanım

URI'den bir sorgu parametresini, Kabuk gezintisi sırasında hedef sayfadaki veya görünüm modelinde bulunan bir özelliğe eşler.

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
Devralma
QueryPropertyAttribute
Öznitelikler

Oluşturucular

Name Description
QueryPropertyAttribute(String, String)

Sorgu parametresini bir özelliğe eşleyen yeni QueryPropertyAttribute bir oluşturur.

Özellikler

Name Description
Name

Sorgu parametresi değerini alacak özelliğin adını alır.

QueryId

URI'den sorgu parametresi adını alır.

Şunlara uygulanır