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
Post a Comment