อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


DeviceSpecificChoice.Argument Property

Definition

Gets or sets the argument used for a Filter property. The default value is null. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public string Argument { get; set; }

Property Value

The argument used for a Filter.

Remarks

If the filter is a comparison filter, the value of Argument is used in place of the argument value defined in Web.config. If the value of Filter is the name of a method (either on the page or off in an assembly pointed to by Web.config), the value of Argument is supplied as an argument to that method.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also