UrlHelper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含方法,這些方法可在應用程式內建置 ASP.NET MVC 的 URL。
public class UrlHelper
type UrlHelper = class
Public Class UrlHelper
- 繼承
-
UrlHelper
建構函式
UrlHelper() |
初始化 UrlHelper 類別的新執行個體。 |
UrlHelper(RequestContext) |
使用指定的要求內容, UrlHelper 初始化 類別的新實例。 |
UrlHelper(RequestContext, RouteCollection) |
使用指定的要求內容和路由集合, UrlHelper 初始化 類別的新實例。 |
屬性
RequestContext |
取得符合所定義路徑之 HTTP 要求的相關資訊。 |
RouteCollection |
取得集合,其中包含為應用程式註冊的路徑。 |