Share via


IISResponse.contentType Method

Definition

Overloads

contentType()
contentType(String)

contentType()

public:
 virtual System::String ^ contentType();
public virtual string contentType ();
abstract member contentType : unit -> string
override this.contentType : unit -> string
Public Overridable Function contentType () As String

Returns

Applies to

contentType(String)

public:
 virtual System::String ^ contentType(System::String ^ _contentType);
public virtual string contentType (string _contentType);
abstract member contentType : string -> string
override this.contentType : string -> string
Public Overridable Function contentType (_contentType As String) As String

Parameters

_contentType
String

Returns

Applies to