Questions tagged [windows-runtime]

WinRT, also known as Windows Runtime, is an innovative platform created by Microsoft that enables applications to operate within a secure sandbox environment while utilizing a sleek 'Windows Modern Style' user interface. Please do not mistake WinRT with Windows RT, the version of Windows 8 designed for ARM-powered devices; for more information on Windows RT, refer to windows-rt.

Is a Text-Only View Possible with WebView?

Could someone help me figure out how to restrict a WebView to only load text in my WinRT XAML App? I am looking for a simpler solution than having to download the source and manually editing img tags. ...

Using Angular Typescript with UWP causes limitations in accessing C# WinRT component classes

Currently, I am working on a UWP application built with Angular5 and I would like to incorporate Windows Runtime Component(Universal) classes into the application to access data from a table. import { Component,OnInit } from '@angular/core'; @Component({ ...