UrlActionContext.Action Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
URL'leri oluşturmak için kullanan eylem yönteminin Action(UrlActionContext) adı.
public:
property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
public string? Action { get; set; }
member this.Action : string with get, set
Public Property Action As String