تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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."]]