IDisabledFeaturesHandler 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 MVC 動作需要功能且功能未啟用時所叫用的處理常式。
public interface IDisabledFeaturesHandler
type IDisabledFeaturesHandler = interface
Public Interface IDisabledFeaturesHandler
方法
HandleDisabledFeatures(IEnumerable<String>, ActionExecutingContext) |
回呼,用來處理需要停用功能之 MVC 動作的要求。 |