SetCookieHeaderValue.Parse Yöntem
Ö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.
Parse(StringSegment) |
Değer olarak ayrıştırmaSetCookieHeaderValue. |
Parse(String) |
- Kaynak:
- SetCookieHeaderValue.cs
- Kaynak:
- SetCookieHeaderValue.cs
- Kaynak:
- SetCookieHeaderValue.cs
Değer olarak ayrıştırmaSetCookieHeaderValue.input
public:
static Microsoft::Net::Http::Headers::SetCookieHeaderValue ^ Parse(Microsoft::Extensions::Primitives::StringSegment input);
public static Microsoft.Net.Http.Headers.SetCookieHeaderValue Parse (Microsoft.Extensions.Primitives.StringSegment input);
static member Parse : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.SetCookieHeaderValue
Public Shared Function Parse (input As StringSegment) As SetCookieHeaderValue
Parametreler
- input
- StringSegment
Ayrıştıracak değerler.
Döndürülenler
Ayrıştırılan değerler.
Şunlara uygulanır
ASP.NET Core 9.0 ve diğer sürümler
Ürün | Sürümler |
---|---|
ASP.NET Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
public:
static Microsoft::Net::Http::Headers::SetCookieHeaderValue ^ Parse(System::String ^ input);
public static Microsoft.Net.Http.Headers.SetCookieHeaderValue Parse (string input);
static member Parse : string -> Microsoft.Net.Http.Headers.SetCookieHeaderValue
Public Shared Function Parse (input As String) As SetCookieHeaderValue
Parametreler
- input
- String
Döndürülenler
Şunlara uygulanır
ASP.NET Core 1.1 ve ASP.NET Core 1.0
Ürün | Sürümler |
---|---|
ASP.NET Core | 1.0, 1.1 |