Share via


StaticFileOptions.DefaultContentType 속성

정의

ContentTypeProvider가 콘텐츠 형식을 결정할 수 없는 경우 요청의 기본 콘텐츠 형식입니다. 기본적으로 없음이 제공되므로 클라이언트가 직접 형식을 결정해야 합니다. http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7

public:
 property System::String ^ DefaultContentType { System::String ^ get(); void set(System::String ^ value); };
public string DefaultContentType { get; set; }
public string? DefaultContentType { get; set; }
member this.DefaultContentType : string with get, set
Public Property DefaultContentType As String

속성 값

적용 대상