HttpOptionsAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
HttpOptionsAttribute() |
建立新的 HttpOptionsAttribute。 |
HttpOptionsAttribute(String) |
使用指定的路由範本建立新的 HttpOptionsAttribute 。 |
HttpOptionsAttribute()
建立新的 HttpOptionsAttribute。
public:
HttpOptionsAttribute();
public HttpOptionsAttribute ();
Public Sub New ()
適用於
HttpOptionsAttribute(String)
使用指定的路由範本建立新的 HttpOptionsAttribute 。
public:
HttpOptionsAttribute(System::String ^ template);
public HttpOptionsAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpOptionsAttribute : string -> Microsoft.AspNetCore.Mvc.HttpOptionsAttribute
Public Sub New (template As String)
參數
- template
- String
路由範本。 可能是 null。