ContentDispositionHeaderValue Oluşturucular
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.
ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
ContentDispositionHeaderValue(ContentDispositionHeaderValue) |
ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır. |
ContentDispositionHeaderValue(String) |
ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır. |
ContentDispositionHeaderValue(ContentDispositionHeaderValue)
ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.
protected:
ContentDispositionHeaderValue(System::Net::Http::Headers::ContentDispositionHeaderValue ^ source);
protected ContentDispositionHeaderValue (System.Net.Http.Headers.ContentDispositionHeaderValue source);
new System.Net.Http.Headers.ContentDispositionHeaderValue : System.Net.Http.Headers.ContentDispositionHeaderValue -> System.Net.Http.Headers.ContentDispositionHeaderValue
Protected Sub New (source As ContentDispositionHeaderValue)
Parametreler
Şunlara uygulanır
ContentDispositionHeaderValue(String)
ContentDispositionHeaderValue sınıfının yeni bir örneğini başlatır.
public:
ContentDispositionHeaderValue(System::String ^ dispositionType);
public ContentDispositionHeaderValue (string dispositionType);
new System.Net.Http.Headers.ContentDispositionHeaderValue : string -> System.Net.Http.Headers.ContentDispositionHeaderValue
Public Sub New (dispositionType As String)
Parametreler
- dispositionType
- String
içeren bir ContentDispositionHeaderValuedize.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.