ASP.NET Core 5.0 MVC中的视图分类及使用——布局视图、启动视图、导入视图、详细视图、分部视图 </h1> <div class="clear"></div>

ASP.NET Core 5.0 MVC中的视图分类及使用——布局视图、启动视图、导入视图、详细视图、分部视图 - 明志德道 - 博客园
<link rel="stylesheet" href="/css/blog-common.min.css?v=Ey2dEx6TCJEMq7i5rGGloHkehiHv58PKGLPsLJ6UZME" />

<link type="text/css" rel="stylesheet" href="https://www.cnblogs.com/for-easy-fast/custom.css?v=O4GHqWcjXFnHQxkY&#x2B;CVmLe8MOkY=" />
<link id="mobile-style" media="only screen and (max-width: 767px)" type="text/css" rel="stylesheet" href="/skins/bluesky/bundle-bluesky-mobile.min.css?v=aPLTLGTW9gWgNnbzAv5GStR8fCDZa8gRB5bmadJN9s8" />

<link type="application/rss+xml" rel="alternate" href="https://www.cnblogs.com/for-easy-fast/rss" />
<link type="application/rsd+xml" rel="EditURI" href="https://www.cnblogs.com/for-easy-fast/rsd.xml" />
<link type="application/wlwmanifest+xml" rel="wlwmanifest" href="https://www.cnblogs.com/for-easy-fast/wlwmanifest.xml" />
<script>
    var currentBlogId = 154810;
    var currentBlogApp = 'for-easy-fast';
    var cb_enable_mathjax = false;
    var isLogined = true;
    var isBlogOwner = false;
    var skinName = 'BlueSky';
    var visitorUserId = '4aa92d34-6b0d-e011-ac81-842b2b196315';
</script>
    <script>
        var currentPostDateAdded = '2021-01-31 05:33';
    </script>
<script src="https://common.cnblogs.com/scripts/jquery-2.2.0.min.js"></script>
<script src="/js/blog-common.min.js?v=8XLVVgIKTDKdhgJp-38Ybd0sr84shalIuuDSorvxDlE"></script>
<div id="page_begin_html">
</div>
<!--done-->
<div id="page_end_html">
    <script type="text/javascript">

$(function(){
$('#blogTitle h1').addClass('bounceInLeft animated');
$('#blogTitle h2').addClass('bounceInRight animated');
// 删除反对按钮
$('.buryit').remove();
initCommentData();
});
function initCommentData() {
$('.feedbackItem').each(function() {
var text = $(this).find('.feedbackListSubtitle .layer').text();
// 将楼层信息放到data里面
// $(this).find('.blog_comment_body').attr('data-louceng', text.replace(/^#/g, ''));
if($(this).find('.feedbackListSubtitle .louzhu').length>0) $(this).addClass('myself');
var avatar = $(this).find('> .feedbackCon > span').html() || 'http://pic.cnitblog.com/face/sample_face.gif';
$(this).find('> .feedbackCon > .blog_comment_body').append('')
});
}

$(document).ajaxComplete(function(event, xhr, settings) {
// 监听获取评论ajax事件
if(settings.url.indexOf('/mvc/blog/GetComments.aspx') >= 0) {
initCommentData();
}
});

</div>

posted on 2021-01-31 19:47  shuzihua  阅读(113)  评论(0编辑  收藏  举报

导航