3 references to _contentType
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlPageAdapter.cs (3)
206
Page.Response.ContentType =
_contentType
;
225
wmlWriter.BeginFile(Page.Request.Url.ToString(),
_contentType
, Page.Response.Charset);
344
writer.BeginFile(Page.Request.Url.ToString(),
_contentType
, Page.Response.Charset);