C# Класс Subtext.Web.UI.Globals

Summary description for Globals.
Показать файл Открыть проект

Открытые методы

Метод Описание
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