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 -

python - Redis Error 8 connecting localhost:6379. nodename nor servname provided, or not known -