`
黄继华
  • 浏览: 42915 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

ASP.NET MVC 4 Mobile 介绍

 
阅读更多

这篇文章我们将介绍ASP.NET MVC 的移动特性。

你需要先安装 ASP.NET MVC 4

现在开始。

Step 1:创建 ASP.NET MVC 4 Web 应用项目

ASP.NET MVC 4 Mobile

Step 2:选择项目模板,然后选择 ASPX 或 Razor 作为视图引擎,这里选择 ASPX。

Step 3:然后编译并在不同设备上运行应用,你将注意到布局是交互的。

Step 4:没法在不同的设备上进行测试,需要下载FireFox User Agent Switcher

要获取完整的 Agent Switcher 支持的设备列表,进入 Tools -> Default User Agent -> User Agent Switcher -> Options

ASP.NET MV 4 Mobile User Agent Switcher

点击 Options, 然后你将看到所有的选项

FireFox Agent Switcher

点击 Import 并粘贴下面的 xml 文件 URL 地址,然后点击 OK。

http://techpatterns.com/downloads/firefox/useragentswitcher.xml

你将得到所有的 User Agent Switcher 列表,现在你可以在不同操作系统、设备和浏览器上测试了。

Step 5:展开 Views 文件夹,如果你选择了 Razor 作为引擎你看到的是 .cshtml 文件,如果选择的是 ASPX ,看到的是 .aspx 文件。

ASP.NET MVC 4 - View Engine Mobile

上图是你选择 Razor 或者 ASPX 的区别。

Step 6:现在打开 Scripts 文件夹,你会发现 jquery.mobile-1.0.js 和 jquery.mobile-1.0.min.js.

ASP.NET MVC 4 - jQuery Mobile

所使用的 jQuery Mobile 版本是 1.0,目前最新的是 1.0 ,你可自行下载并替换。

Step 7:打开 _Layout.cshtml 或者 Site.master

<!DOCTYPE html>

<meta charset="utf-8" />

这里用的是 HTML5

下一项需要看的是

<meta name="viewport" content="width=device-width" />

这个节点的意思是让页面自适应屏幕宽度,你也可以设置实际宽度和高度和缩放级别。

初始的缩放级别应该是 1 .

<meta name="viewport" content="width=device-width, initial-scale=1"/>

Step 8:现在继续看 _Layout.cshtml.

@Styles.Render("~/Content/mobileCss", "~/Content/css")
@Scripts.Render("~/bundles/modernizr")

@Scripts.Render("~/bundles/jquery", "~/bundles/jquerymobile")
@RenderSection("scripts", required: false)

And Site.Master will contain below lines.

<%: Styles.Render("~/Content/mobileCss", "~/Content/css") %>
<%: Scripts.Render("~/bundles/modernizr") %>

<%: Scripts.Render("~/bundles/jquery", "~/bundles/jquerymobile") %>

上面几行加载 css 和 js 文件,这些文件在 BundleConfig.cs 中指定

ASP.NET MVC 4 Mobile BundleConfig

BundleConfig.cs is 代码大概如下:

ASP.NET MVC 4 Structure

完。

分享到:
评论

相关推荐

    [ASP.NET MVC] Mobile ASP.NET MVC 5 开发教程 (英文版)

    [Apress] Mobile ASP.NET MVC 5 开发教程 (英文版) [Apress] Mobile ASP.NET MVC 5 (E-Book) ☆ 图书概要:☆ Geospatial mapping applications have become hugely popular in recent years. With smart-phone ...

    [Packt Publishing] ASP.NET MVC 4 Mobile App Development

    [Packt Publishing] ASP.NET MVC 4 Mobile App Development.pdf

    Programming ASP.NET MVC 4 英文原版

    ASP.NET MVC 4 基础: Chapter 1. Fundamentals of ASP.NET MVC Chapter 2. ASP.NET MVC for Web Forms Developers Chapter 3. Working with Data Chapter 4. Client-Side Development Chapter 5. Web ...

    Programming Microsoft ASP.NET MVC, 3rd Edition

    Go deep into the architecture and features of ASP.NET MVC 5, and learn how to build web applications that work well on both the desktop and mobile devices. Web development expert Dino Esposito takes ...

    Pro ASP.NET MVC 5 epub

    The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven ...

    Bootstrap.for.ASP.NET.MVC.2nd.Edition.17858894

    Build responsive, mobile-ready apps by combining the power of ASP.NET MVC with Bootstrap Grasp the intricacies of Bootstrap and how to use it with ASP.NET MVC Build your own tools and helpers to ...

    ASP.NET MVC 5 Mobile

    Mobile ASP.NET MVC 5 will take you step-by-step through the process of developing fluid content that adapts its layout to the client device using HTML, JavaScript and CSS, and responsive web design....

    [ASP.NET MVC] ASP.NET MVC 4 高级程序设计 (英文版)

    The ASP.NET MVC 4 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven ...

    Asp.net MVC5 手机Web应用开发(高清英文pdf)

    英文书名:《Mobile ASP.NET MVC 5》 使用ASP.NET MVC5开发手机Web应用 Mobile ASP.NET MVC 5 will take you step-by-step through the process of developing fluid content that adapts its layout to the client ...

    ASP.NET MVC5&微信公众平台整合开发实战.rar

    ASP.NET MVC5&微信公众平台整合开发实战(响应式布局、JQuery Mobile,Windows Azure、微信核心开发)完整版30讲视频教程。 适用范围: 对微信公众平台开发有兴趣的同学 对ASP.NET MVC开发有兴趣的同学 有志进入开发...

    ASP.NET MVC with Entity Framework and CSS

    ASP.NET MVC with Entity Framework and CSS by Lee Naylor 2016 | ISBN: 1484221362 | English | 608 pages | True PDF | 30 MB This book will teach readers how to build and deploy a fully working example ...

    使用ASP.NET MVC 2 开发Mobile WebSite

    使用ASP.NET MVC 2 开发Mobile WebSite使用ASP.NET MVC 2 开发Mobile WebSite

    asp.net mvc 4 書籍

    asp.net mvc 4 web api 與ASP.NET MVC 4 MOBILE 書籍

    Pro ASP.NET MVC 5.mobi

    The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven ...

    Jquery Mobile +Asp.net

    Jquery Mobile Asp.net mvc

    Pro ASP.NET MVC 5.pdf

    The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven ...

    Professional ASP.NET MVC 5

    ASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox reference MVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-...

Global site tag (gtag.js) - Google Analytics