UrlActionContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要用於產生的 URL Action(UrlActionContext) 的內容物件。
public ref class UrlActionContext
public class UrlActionContext
type UrlActionContext = class
Public Class UrlActionContext
- 繼承
-
UrlActionContext
建構函式
UrlActionContext() |
要用於產生的 URL Action(UrlActionContext) 的內容物件。 |
屬性
Action |
用來產生 URL 的動作方法 Action(UrlActionContext) 名稱。 |
Controller |
用來產生 URL 的控制器 Action(UrlActionContext) 名稱。 |
Fragment |
產生的 URL Action(UrlActionContext) 片段。 |
Host |
產生的 URL Action(UrlActionContext) 主機名稱。 |
Protocol |
產生的 URL Action(UrlActionContext) 通訊協定,例如 「HTTP」 或 「HTTPs」 |
Values |
物件,包含用來產生 URL 的路由值 Action(UrlActionContext) 。 |