IISResponse.contentType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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