asp.net - Default Content Type Attribute value for Page Directive -


if content type of page directive not mentioned default content type page directive ??

<%@ page language="c#" autoeventwireup="true" codebehind="page.aspx.cs" inherits="page" %> 

in case value of contenttype ??

the default value "text/html", mentioned in documentation contenttype property:

the http mime type of output stream. the default value "text/html".


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -