[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eLoadOptions\u003c/code\u003e provides extra settings for managing load requests within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003econtentFilteringMode\u003c/code\u003e property to control content filtering during loading.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use \u003ccode\u003eLoadOptions\u003c/code\u003e to customize how content is loaded by the receiver application.\u003c/p\u003e\n"]]],["The `LoadOptions` class offers extra settings for load requests. It contains a constructor, `LoadOptions()`, for creating new instances. Its primary property is `contentFilteringMode`, which determines the content filtering approach. This property accepts a value from the `ContentFilteringMode` enumeration, dictating how content is filtered during the load operation.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).LoadOptions \nclass static\n\nProvides additional options for load requests.\n\nConstructor\n\nLoadOptions\n\nnew\nLoadOptions()\n\nProperty\n\ncontentFilteringMode\n\n(non-null [cast.framework.messages.ContentFilteringMode](/cast/docs/reference/web_receiver/cast.framework.messages#.ContentFilteringMode) or undefined)\n\nThe content filtering mode to be applied."]]