C# 클래스 Subtext.Web.UI.Globals

Summary description for Globals.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
CurrentTitle ( HttpContext context ) : string

This method will be called during PreRender. If no title was set via SetTitle(title, context), then we will default to the blog title

SetTitle ( string title, HttpContext context ) : void

Allows the page title to be set anywhere within the request.

메소드 상세

CurrentTitle() 공개 정적인 메소드

This method will be called during PreRender. If no title was set via SetTitle(title, context), then we will default to the blog title
public static CurrentTitle ( HttpContext context ) : string
context System.Web.HttpContext
리턴 string

SetTitle() 공개 정적인 메소드

Allows the page title to be set anywhere within the request.
public static SetTitle ( string title, HttpContext context ) : void
title string Title.
context System.Web.HttpContext Context.
리턴 void