Bagikan melalui


GlobalizationSection.Culture Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan budaya default untuk memproses permintaan Web masuk.

public:
 property System::String ^ Culture { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("culture", DefaultValue="")]
public string Culture { get; set; }
[<System.Configuration.ConfigurationProperty("culture", DefaultValue="")>]
member this.Culture : string with get, set
Public Property Culture As String

Nilai Properti

Budaya default untuk memproses permintaan Web masuk.

Atribut

Contoh

Contoh kode berikut menunjukkan cara menggunakan Culture properti . Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk GlobalizationSection kelas .

// Display Culture property.
Console.WriteLine("Culture: {0}",
  configSection.Culture);
' Display Culture property.
Console.WriteLine("Culture: {0}", _
 configSection.Culture)

Keterangan

Properti Culture mengembalikan budaya default untuk memproses permintaan Web masuk.

Berlaku untuk

Lihat juga