AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳包含 ASP.NET AJAX 資源的預設 ASP.NET AJAX 框架組件。
protected public:
virtual System::Reflection::Assembly ^ GetDefaultAjaxFrameworkAssembly(System::Reflection::Assembly ^ currentAssembly);
protected internal virtual System.Reflection.Assembly GetDefaultAjaxFrameworkAssembly(System.Reflection.Assembly currentAssembly);
abstract member GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
override this.GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
Protected Friend Overridable Function GetDefaultAjaxFrameworkAssembly (currentAssembly As Assembly) As Assembly
參數
- currentAssembly
- Assembly
屬性被宣告的集合 AjaxFrameworkAssemblyAttribute 體。
傳回
預設的 ASP.NET AJAX 框架組合。