本節介紹了其它的一些
ASP.NETWebPages幫助器。Helper | 描述 |
---|---|
Analytics.GetGoogleHtml( webPropertyId ) | 為指定的ID 呈現Google Analytics JavaScript 程式碼。 |
Analytics.GetStatCounterHtml( project , security ) | 為指定的項目呈現StatCounter Analytics JavaScript 程式碼。 |
Analytics.GetYahooHtml( account ) | 為指定的帳號呈現Yahoo Analytics JavaScript 程式碼。 |
Helper | 描述 |
---|---|
Bing.SearchBox( [boxWidth] ) | 給Bing 傳遞搜尋。您可以設定Bing.SiteUrl 和Bing.SiteTitle 屬性來設定網站搜尋和搜尋框的標題,通常是在_AppStart頁面設定這些屬性。 |
Bing.AdvancedSearchBox( [, boxWidth] [, resultWidth] [, resultHeight] [, themeColor] [, locale] ) | 用選用的格式顯示Bing 搜尋結果在頁面上。您可以設定Bing.SiteUrl 和Bing.SiteTitle 屬性來設定網站搜尋和搜尋框的標題,通常是在_AppStart頁面設定這些屬性。 |
Helper | 描述 |
---|---|
Chart( width , height [, template] [, templatePath] ) | 初始化圖表。 |
Chart.AddLegend( [title] [, name] ) | 為圖表新增一個圖例。 |
Chart.AddSeries( [name] [, chartType] [, chartArea] [, axisLabel] [, legend] [, markerStep] [, xValue] [, xField] [, yValues] [, yFields] [, options]) | 在圖表中新增一系列數據。 |
Helper | 描述 |
---|---|
Crypto.Hash( string [, algorithm] ) Crypto.Hash( bytes [, algorithm] ) | 傳回指定資料的哈希。預設演算法是sha256。 |
Helper | 描述 |
---|---|
Facebook.LikeButton( href [, buttonLayout] [, showFaces] [, width] [, height] [, action] [, font] [, colorScheme] [, refLabel] ) | 讓Facebook 使用者連接到網頁。 |
Helper | 描述 |
---|---|
FileUpload.GetHtml( [initialNumberOfFiles] [ , allowMoreFilesToBeAdded] [ , includeFormTag] [, addText] [ , uploadText] ) | 為上傳文件呈現UI。 |
Helper | 描述 |
---|---|
GamerCard.GetHtml( gamerTag ) | 呈現指定的Xbox gamer 標籤。 |
Helper | 描述 |
---|---|
Gravatar.GetHtml( email [, imageSize] [, defaultImage] [, rating] [, imageExtension] [, attributes] ) | 為指定的電子郵件地址呈現Gravatar 影像。 |
Helper | 描述 |
---|---|
Json.Encode( object ) | 用JavaScript Object Notation (JSON) 把資料物件轉換為字串。 |
Json.Decode( string ) | 轉換JSON 編碼的輸入字串為您指定的資料物件。 |
Helper | 描述 |
---|---|
LinkShare.GetHtml( pageTitle [, pageLinkBack] [, twitterUserName] [, additionalTweetText] [, linkSites] ) | 使用指定的標題和可選的URL 呈現社會網絡連結。 |
Helper | 描述 |
---|---|
ModelStateDictionary.AddError( key , errorMessage ) | 關聯錯誤訊息和一個表單域。使用ModelState 幫助器存取成員。 |
ModelStateDictionary.AddFormError( errorMessage ) | 關聯錯誤訊息和一個表單。使用ModelState 幫助器存取成員。 |
ModelStateDictionary.IsValid | 如果沒有驗證錯誤,回傳true。使用ModelState 幫助器存取成員。 |
Helper | 描述 |
---|---|
ObjectInfo.Print( value [, depth] [, enumerationLength] ) | 呈現一個物件和所有子物件的屬性和值。 |
Helper | 描述 |
---|---|
Recaptcha.GetHtml( [, publicKey] [, theme] [, language] [, tabIndex] ) | 呈現reCAPTCHA 驗證測試。 |
ReCaptcha.PublicKey ReCaptcha.PrivateKey | 設定reCAPTCHA 服務的公共和私有金鑰。通常是在_AppStart頁面設定這些屬性。 |
ReCaptcha.Validate( [, privateKey] ) | 返回reCAPTCHA 測試結果。 |
ServerInfo.GetHtml() | Renders 呈現有關ASP.NET Web Pages 的狀態資訊。 |
Helper | 描述 |
---|---|
Twitter.Profile( twitterUserName ) | 為指定的使用者呈現Twitter 串流。 |
Twitter.Search( searchQuery ) | 為指定的搜尋文字呈現Twitter 串流。 |
Helper | 描述 |
---|---|
Video.Flash( filename [, width, height] ) | 為指定的檔案呈現寬度和高度可選的Flash 影片播放。 |
Video.MediaPlayer( filename [, width, height] ) | 為指定的檔案呈現寬度和高度可選的Windows Media 播放器。 |
Video.Silverlight( filename , width , height ) | 為指定的.xap檔案呈現所需的寬度和高度的Silverlight 播放器。 |
Helper | 描述 |
---|---|
WebCache.Get( key ) | 透過key傳回指定的對象,如果物件未找到則傳回null。 |
WebCache.Remove( key ) | 透過key從快取中刪除指定的物件。 |
WebCache.Set( key , value [, minutesToCache] [, slidingExpiration] ) | 透過key把value放置到指定名稱的快取中。 |
Helper | 描述 |
---|---|
WebGrid( data ) | Creates a 使用查詢資料建立一個新的WebGrid 物件。 |
WebGrid.GetHtml() | Renders markup 顯示資料在HTML 表格中。 |
WebGrid.Pager() | 為WebGrid 物件呈現一個頁面。 |
Helper | 描述 |
---|---|
WebImage( path ) | 從指定的路徑載入一個映像。 |
WebImage.AddImagesWatermark( image ) | 為指定影像加浮水印。 |
WebImage.AddTextWatermark( text ) | 為圖像添加指定文字。 |
WebImage.FlipHorizontal() WebImage.FlipVertical() | 水平/垂直翻轉影像 |
WebImage.GetImageFromRequest() | 當圖像被傳送到一個檔案上傳頁面時,載入圖像。 |
WebImage.Resize( width , height ) | 調整影像大小。 |
WebImage.RotateLeft() WebImage.RotateRight() | 向左或向右旋轉影像。 |
WebImage.Save( path [, imageFormat] ) | 儲存影像到指定路徑。 |